Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ObjectStateEntryBaseUpdatableDataRecord.cs
- EventHandlingScope.cs
- CellIdBoolean.cs
- FrameworkReadOnlyPropertyMetadata.cs
- CqlParser.cs
- mediaeventshelper.cs
- ThreadStartException.cs
- MsmqTransportSecurity.cs
- EntityConnection.cs
- UIElement3DAutomationPeer.cs
- WindowsToolbar.cs
- TextDecorations.cs
- PackageDigitalSignature.cs
- SerializationObjectManager.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- COM2PropertyBuilderUITypeEditor.cs
- HtmlTable.cs
- Unit.cs
- Shape.cs
- DataBoundControlActionList.cs
- TextServicesContext.cs
- BinaryFormatterWriter.cs
- InnerItemCollectionView.cs
- MessageFilter.cs
- CommonDialog.cs
- UIElement3D.cs
- SerialReceived.cs
- XmlEnumAttribute.cs
- ClientFactory.cs
- GeometryModel3D.cs
- DocumentViewerAutomationPeer.cs
- EmptyQuery.cs
- Environment.cs
- SafeMILHandleMemoryPressure.cs
- PatternMatcher.cs
- QuaternionConverter.cs
- VoiceChangeEventArgs.cs
- SnapshotChangeTrackingStrategy.cs
- PerfProviderCollection.cs
- StaticFileHandler.cs
- DecoderNLS.cs
- LicFileLicenseProvider.cs
- ByeMessageApril2005.cs
- ToolTipService.cs
- XhtmlTextWriter.cs
- ISCIIEncoding.cs
- ConfigXmlAttribute.cs
- RenderingBiasValidation.cs
- NumberFormatInfo.cs
- PeerNameRecord.cs
- Interfaces.cs
- SyndicationSerializer.cs
- ResourceWriter.cs
- DBAsyncResult.cs
- LiteralControl.cs
- SystemInfo.cs
- RenderingBiasValidation.cs
- SchemaInfo.cs
- StaticSiteMapProvider.cs
- PropertyEmitterBase.cs
- PolicyManager.cs
- URI.cs
- CompilationLock.cs
- HexParser.cs
- WeakEventTable.cs
- IMembershipProvider.cs
- PolyBezierSegment.cs
- FormatVersion.cs
- RemotingAttributes.cs
- PackageDigitalSignatureManager.cs
- XamlReaderHelper.cs
- ZipFileInfo.cs
- Popup.cs
- ConvertEvent.cs
- GZipDecoder.cs
- BufferedGraphicsManager.cs
- Selector.cs
- RenderOptions.cs
- ParsedRoute.cs
- DockEditor.cs
- AliasedExpr.cs
- WeakReadOnlyCollection.cs
- FlowDocumentReaderAutomationPeer.cs
- WmfPlaceableFileHeader.cs
- xsdvalidator.cs
- WebServiceHandlerFactory.cs
- GrammarBuilderDictation.cs
- ValidationVisibilityAttribute.cs
- DataGridCellItemAutomationPeer.cs
- _NestedMultipleAsyncResult.cs
- WebPartChrome.cs
- ResourcePermissionBaseEntry.cs
- ColumnTypeConverter.cs
- ProviderUtil.cs
- ParseNumbers.cs
- XmlSchemaGroupRef.cs
- AlphabeticalEnumConverter.cs
- MetadataFile.cs
- BufferModesCollection.cs
- InternalConfigEventArgs.cs