Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / ProviderIncompatibleException.cs / 2 / 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
- Currency.cs
- columnmapkeybuilder.cs
- WebProxyScriptElement.cs
- QueryRewriter.cs
- Vector3DAnimationBase.cs
- RestHandler.cs
- NativeRightsManagementAPIsStructures.cs
- FormViewUpdateEventArgs.cs
- ControlParameter.cs
- PropertyValueEditor.cs
- StylusPointPropertyInfo.cs
- Cursors.cs
- Screen.cs
- VectorConverter.cs
- ContainerAction.cs
- cookie.cs
- XmlSchemaException.cs
- ConfigurationManager.cs
- SQLMembershipProvider.cs
- HandleRef.cs
- Root.cs
- sqlser.cs
- WindowsPen.cs
- TabControl.cs
- RC2.cs
- TreeChangeInfo.cs
- SecurityHeaderLayout.cs
- AutoGeneratedField.cs
- DateBoldEvent.cs
- VSDExceptions.cs
- Wildcard.cs
- ActivityMetadata.cs
- SettingsPropertyWrongTypeException.cs
- OrderPreservingPipeliningSpoolingTask.cs
- ZipIOExtraField.cs
- ChainOfResponsibility.cs
- ManipulationPivot.cs
- TypedElement.cs
- NameSpaceExtractor.cs
- ToolStripDropDownMenu.cs
- OutputChannelBinder.cs
- PriorityBinding.cs
- EdmScalarPropertyAttribute.cs
- DataViewSetting.cs
- TemplateControlBuildProvider.cs
- Line.cs
- GridViewItemAutomationPeer.cs
- ParamArrayAttribute.cs
- RuntimeConfig.cs
- OleDbParameterCollection.cs
- RegionInfo.cs
- ManagementEventWatcher.cs
- GorillaCodec.cs
- PrePrepareMethodAttribute.cs
- WebPartCollection.cs
- PropertyStore.cs
- LayoutDump.cs
- _BufferOffsetSize.cs
- UserControl.cs
- IxmlLineInfo.cs
- Expr.cs
- GenericsInstances.cs
- IDataContractSurrogate.cs
- VirtualizingStackPanel.cs
- AvTrace.cs
- DbConnectionStringBuilder.cs
- ResolveNameEventArgs.cs
- OrderedDictionary.cs
- RotateTransform3D.cs
- HiddenFieldPageStatePersister.cs
- MenuItemStyleCollection.cs
- Image.cs
- DocumentXPathNavigator.cs
- DeploymentSection.cs
- ValueChangedEventManager.cs
- HostedElements.cs
- DesignTimeParseData.cs
- ExpressionPrinter.cs
- MouseEvent.cs
- XamlSerializationHelper.cs
- Array.cs
- oledbmetadatacollectionnames.cs
- HandleDictionary.cs
- HttpsChannelListener.cs
- HttpClientCredentialType.cs
- Number.cs
- SecurityTokenAuthenticator.cs
- HttpCapabilitiesEvaluator.cs
- RemotingConfigParser.cs
- DesignTimeTemplateParser.cs
- SQLInt16.cs
- Util.cs
- SortableBindingList.cs
- RenderData.cs
- PartialList.cs
- XmlValidatingReader.cs
- TypeUtil.cs
- HtmlElementEventArgs.cs
- XpsS0ValidatingLoader.cs
- Aes.cs