Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / ProviderIncompatibleException.cs / 1 / ProviderIncompatibleException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], spather //--------------------------------------------------------------------- namespace System.Data { using System; using System.Data; using System.Runtime.Serialization; using System.Security.Permissions; ////// This exception is thrown when the store provider exhibits a behavior incompatible with the entity client provider /// [Serializable] public sealed class ProviderIncompatibleException : EntityException { ////// Initializes a new instance of ProviderIncompatibleException /// public ProviderIncompatibleException() : base() { } ////// Initializes a new instance of ProviderIncompatibleException /// /// public ProviderIncompatibleException(string message) : base(message) { } ////// Constructor that takes a message and an inner exception /// /// /// public ProviderIncompatibleException(string message, Exception innerException) : base(message, innerException) { } ////// Initializes a new instance of ProviderIncompatibleException /// /// /// private ProviderIncompatibleException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], spather //--------------------------------------------------------------------- namespace System.Data { using System; using System.Data; using System.Runtime.Serialization; using System.Security.Permissions; ////// This exception is thrown when the store provider exhibits a behavior incompatible with the entity client provider /// [Serializable] public sealed class ProviderIncompatibleException : EntityException { ////// Initializes a new instance of ProviderIncompatibleException /// public ProviderIncompatibleException() : base() { } ////// Initializes a new instance of ProviderIncompatibleException /// /// public ProviderIncompatibleException(string message) : base(message) { } ////// Constructor that takes a message and an inner exception /// /// /// public ProviderIncompatibleException(string message, Exception innerException) : base(message, innerException) { } ////// Initializes a new instance of ProviderIncompatibleException /// /// /// private ProviderIncompatibleException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PathSegmentCollection.cs
- initElementDictionary.cs
- RegexTree.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- EditingMode.cs
- SqlBuffer.cs
- MenuItem.cs
- TreeIterator.cs
- BufferAllocator.cs
- ValueChangedEventManager.cs
- ObjectViewListener.cs
- Animatable.cs
- AttachedPropertyMethodSelector.cs
- _KerberosClient.cs
- XmlSerializerSection.cs
- StringOutput.cs
- Timer.cs
- CrossAppDomainChannel.cs
- NodeFunctions.cs
- xml.cs
- SqlGenerator.cs
- Menu.cs
- OutputChannel.cs
- HostedAspNetEnvironment.cs
- XmlNamedNodeMap.cs
- _BufferOffsetSize.cs
- ListViewInsertionMark.cs
- WindowsListView.cs
- CheckBoxField.cs
- MsdtcClusterUtils.cs
- XmlAttributeAttribute.cs
- DateTimeFormatInfo.cs
- RequestCache.cs
- TextServicesCompartmentContext.cs
- DoubleIndependentAnimationStorage.cs
- OperandQuery.cs
- AspCompat.cs
- CngKeyBlobFormat.cs
- TickBar.cs
- RecordConverter.cs
- TagNameToTypeMapper.cs
- DesignerProperties.cs
- WmlImageAdapter.cs
- CalendarDateRange.cs
- XPathAncestorIterator.cs
- safex509handles.cs
- SourceInterpreter.cs
- WindowsGraphicsCacheManager.cs
- Int32AnimationBase.cs
- ClientScriptManager.cs
- ExtendedProtectionPolicy.cs
- SoapReflectionImporter.cs
- StylusButtonEventArgs.cs
- InputLanguage.cs
- SubstitutionList.cs
- Vector3D.cs
- StylusDevice.cs
- TextTreeRootNode.cs
- TypedCompletedAsyncResult.cs
- wgx_render.cs
- HandlerMappingMemo.cs
- SspiWrapper.cs
- Bitmap.cs
- TextDpi.cs
- StringWriter.cs
- AsyncOperationManager.cs
- RadioButtonDesigner.cs
- WindowsTokenRoleProvider.cs
- Deflater.cs
- WebPartAuthorizationEventArgs.cs
- Vector3DValueSerializer.cs
- MessageDecoder.cs
- DataControlReferenceCollection.cs
- columnmapkeybuilder.cs
- SetterBaseCollection.cs
- BaseTemplateBuildProvider.cs
- ClientRolePrincipal.cs
- ListViewItemEventArgs.cs
- AdPostCacheSubstitution.cs
- PackageDigitalSignature.cs
- ContextStaticAttribute.cs
- SessionPageStatePersister.cs
- TabletCollection.cs
- GridViewColumnHeader.cs
- GridItemPatternIdentifiers.cs
- OneOfElement.cs
- DrawingImage.cs
- XsltOutput.cs
- IsolatedStorage.cs
- NetSectionGroup.cs
- shaper.cs
- ContentElement.cs
- Lock.cs
- HtmlTableRowCollection.cs
- RightsManagementEncryptionTransform.cs
- SafeNativeMemoryHandle.cs
- ComboBoxDesigner.cs
- CalendarItem.cs
- MenuItem.cs
- DrawingBrush.cs