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
- ExtensionCollection.cs
- FunctionNode.cs
- ImageInfo.cs
- OdbcParameter.cs
- StrongNamePublicKeyBlob.cs
- SystemResourceKey.cs
- EtwProvider.cs
- WebPartEventArgs.cs
- AttachmentCollection.cs
- CreationContext.cs
- ItemList.cs
- ConfigXmlElement.cs
- InputLangChangeEvent.cs
- PropertyGrid.cs
- OleDbFactory.cs
- DesignerCommandAdapter.cs
- RectKeyFrameCollection.cs
- PathFigureCollectionConverter.cs
- CardSpacePolicyElement.cs
- BoundColumn.cs
- EditingScopeUndoUnit.cs
- KeyPullup.cs
- Content.cs
- DefaultTextStore.cs
- TextBoxAutomationPeer.cs
- WizardStepBase.cs
- ProviderConnectionPointCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ScriptingRoleServiceSection.cs
- ListItemCollection.cs
- ContextStaticAttribute.cs
- ResourceExpressionEditorSheet.cs
- ManipulationDeltaEventArgs.cs
- SystemException.cs
- Debug.cs
- ViewCellRelation.cs
- SerTrace.cs
- ValidationSummary.cs
- RecommendedAsConfigurableAttribute.cs
- RouteData.cs
- TextRangeBase.cs
- DropShadowEffect.cs
- HScrollProperties.cs
- UnmanagedMemoryStream.cs
- ModelTreeEnumerator.cs
- CapabilitiesSection.cs
- Expr.cs
- XmlSchemaDocumentation.cs
- Baml2006KeyRecord.cs
- NominalTypeEliminator.cs
- DynamicVirtualDiscoSearcher.cs
- SqlParameterizer.cs
- ColumnReorderedEventArgs.cs
- MinimizableAttributeTypeConverter.cs
- ScriptReference.cs
- namescope.cs
- DataRowChangeEvent.cs
- IriParsingElement.cs
- IndicShape.cs
- PropertyGroupDescription.cs
- ProxyAssemblyNotLoadedException.cs
- LabelDesigner.cs
- UnsafeNativeMethods.cs
- Serializer.cs
- RegexCompiler.cs
- FilterableAttribute.cs
- Aes.cs
- ValidatorCompatibilityHelper.cs
- ScrollProperties.cs
- ComplexObject.cs
- Update.cs
- SpinWait.cs
- ISFTagAndGuidCache.cs
- DataPager.cs
- HandlerWithFactory.cs
- RightsManagementErrorHandler.cs
- MouseEvent.cs
- DocumentXPathNavigator.cs
- TransportContext.cs
- ExpressionBinding.cs
- MutexSecurity.cs
- ServiceSecurityAuditElement.cs
- EncoderFallback.cs
- SpeakProgressEventArgs.cs
- Accessible.cs
- PreProcessInputEventArgs.cs
- ConversionValidationRule.cs
- MediaPlayer.cs
- OleDbErrorCollection.cs
- CodeComment.cs
- TextRangeEdit.cs
- NativeMethods.cs
- PasswordDeriveBytes.cs
- ReceiveContext.cs
- CodeCatchClauseCollection.cs
- SQLBinary.cs
- ObsoleteAttribute.cs
- EndpointIdentityConverter.cs
- ObjectHandle.cs
- TypeUsageBuilder.cs