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
- ReferencedCollectionType.cs
- PageContentCollection.cs
- StylusOverProperty.cs
- SafeBitVector32.cs
- SqlDataSourceCustomCommandPanel.cs
- JoinSymbol.cs
- SemanticBasicElement.cs
- ObjectIDGenerator.cs
- IPAddress.cs
- GenericWebPart.cs
- BufferedGraphics.cs
- panel.cs
- HMAC.cs
- ObjectStateFormatter.cs
- IndependentAnimationStorage.cs
- StylusPlugInCollection.cs
- _TLSstream.cs
- IriParsingElement.cs
- MetadataItemEmitter.cs
- MetaColumn.cs
- SqlDataAdapter.cs
- TextCollapsingProperties.cs
- DataGridViewCellConverter.cs
- Models.cs
- UriParserTemplates.cs
- NotifyInputEventArgs.cs
- LookupBindingPropertiesAttribute.cs
- TileBrush.cs
- ProtectedConfigurationProviderCollection.cs
- XPathDescendantIterator.cs
- MenuAutoFormat.cs
- WindowsFormsSectionHandler.cs
- TextFormattingConverter.cs
- SystemInfo.cs
- CheckBoxPopupAdapter.cs
- ThicknessConverter.cs
- CompositeScriptReferenceEventArgs.cs
- FixedMaxHeap.cs
- CompoundFileDeflateTransform.cs
- DropShadowEffect.cs
- TimeoutValidationAttribute.cs
- StrokeNodeData.cs
- TextRangeAdaptor.cs
- SystemColorTracker.cs
- ChangeConflicts.cs
- SqlRetyper.cs
- CursorConverter.cs
- TdsParameterSetter.cs
- StorageModelBuildProvider.cs
- CmsUtils.cs
- PerformanceCounterManager.cs
- XmlFormatExtensionAttribute.cs
- AnchoredBlock.cs
- ProfileServiceManager.cs
- BufferModeSettings.cs
- CatalogZone.cs
- ShapingEngine.cs
- KeyTime.cs
- HttpPostedFile.cs
- XmlNamespaceDeclarationsAttribute.cs
- XPathNavigatorException.cs
- ReliableChannelBinder.cs
- PropertyStore.cs
- MenuItem.cs
- FixedLineResult.cs
- BinaryParser.cs
- MenuAdapter.cs
- SqlDataSourceWizardForm.cs
- ParamArrayAttribute.cs
- X509Chain.cs
- SafeHandle.cs
- ResolveResponse.cs
- TextStore.cs
- XmlSerializationWriter.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- RegexWorker.cs
- AuthorizationRuleCollection.cs
- DbBuffer.cs
- EmbeddedMailObjectsCollection.cs
- ScriptResourceMapping.cs
- SspiSafeHandles.cs
- DirectionalLight.cs
- WebEventCodes.cs
- WebInvokeAttribute.cs
- ReadOnlyHierarchicalDataSourceView.cs
- MultiPageTextView.cs
- HiddenField.cs
- ScriptResourceHandler.cs
- CounterCreationDataCollection.cs
- BuildProvider.cs
- Converter.cs
- xmlglyphRunInfo.cs
- WebPartVerbsEventArgs.cs
- OperationInfo.cs
- Perspective.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ContentPropertyAttribute.cs
- documentation.cs
- ImageCodecInfo.cs
- CompilerState.cs