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
- TextServicesCompartmentContext.cs
- SetterBaseCollection.cs
- SqlProfileProvider.cs
- TextPointerBase.cs
- SafeArrayTypeMismatchException.cs
- CommonProperties.cs
- ToolStripItemClickedEventArgs.cs
- SymbolPair.cs
- AsyncOperationManager.cs
- ObjectViewFactory.cs
- ProjectionCamera.cs
- ReceiveParametersContent.cs
- BitmapEffectState.cs
- EmulateRecognizeCompletedEventArgs.cs
- DBPropSet.cs
- SelectionHighlightInfo.cs
- SapiRecoInterop.cs
- VisualBasic.cs
- ListComponentEditorPage.cs
- ParallelDesigner.cs
- SqlRowUpdatedEvent.cs
- DictionaryEntry.cs
- CaretElement.cs
- PersonalizationState.cs
- RelativeSource.cs
- ImageDrawing.cs
- XmlUrlResolver.cs
- EmptyEnumerator.cs
- odbcmetadatafactory.cs
- XmlConverter.cs
- FileUtil.cs
- EncoderBestFitFallback.cs
- GlyphTypeface.cs
- OneWayElement.cs
- HtmlLink.cs
- InputLanguage.cs
- DesignDataSource.cs
- Button.cs
- Effect.cs
- Documentation.cs
- PatternMatcher.cs
- Substitution.cs
- Expressions.cs
- QuaternionAnimationUsingKeyFrames.cs
- GridViewRowCollection.cs
- ConfigXmlSignificantWhitespace.cs
- Quaternion.cs
- WarningException.cs
- WsatRegistrationHeader.cs
- SafeRightsManagementPubHandle.cs
- BinHexEncoder.cs
- MembershipValidatePasswordEventArgs.cs
- XmlSchemaSubstitutionGroup.cs
- TraceHandlerErrorFormatter.cs
- PersistenceTypeAttribute.cs
- DataGridViewCellStyleConverter.cs
- ExternalCalls.cs
- FunctionParameter.cs
- EntityCommandExecutionException.cs
- PropertyEntry.cs
- HtmlForm.cs
- COM2PropertyPageUITypeConverter.cs
- Attributes.cs
- Rotation3DKeyFrameCollection.cs
- InputElement.cs
- EventLogEntryCollection.cs
- TextContainerChangeEventArgs.cs
- DictionaryContent.cs
- TerminateDesigner.cs
- mediaeventargs.cs
- Wrapper.cs
- __FastResourceComparer.cs
- HttpClientProtocol.cs
- ThicknessConverter.cs
- DoubleAverageAggregationOperator.cs
- ZipIORawDataFileBlock.cs
- AxImporter.cs
- StrongNamePublicKeyBlob.cs
- PatternMatcher.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- MutexSecurity.cs
- TableParaClient.cs
- EpmContentSerializerBase.cs
- TextEditorCopyPaste.cs
- XmlConvert.cs
- RawStylusActions.cs
- XmlLoader.cs
- HandlerElement.cs
- EncryptedKeyHashIdentifierClause.cs
- ToolStripLabel.cs
- IncrementalHitTester.cs
- WhitespaceRuleLookup.cs
- RadioButtonPopupAdapter.cs
- SemanticTag.cs
- LinqDataView.cs
- AssertFilter.cs
- GlobalProxySelection.cs
- MessageAction.cs
- ErrorHandler.cs
- EntityParameterCollection.cs