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
- UrlUtility.cs
- versioninfo.cs
- DbConnectionPoolGroup.cs
- EntitySetRetriever.cs
- OutputCacheProfileCollection.cs
- SchemaNames.cs
- HighlightVisual.cs
- ProtectedConfigurationProviderCollection.cs
- SpecularMaterial.cs
- MenuRendererStandards.cs
- Types.cs
- RoutedEventConverter.cs
- EmulateRecognizeCompletedEventArgs.cs
- OleDbParameter.cs
- GridViewCellAutomationPeer.cs
- FlowLayout.cs
- ProfileBuildProvider.cs
- DataGridViewCell.cs
- XPathDocumentIterator.cs
- LiteralText.cs
- HierarchicalDataSourceControl.cs
- HandlerBase.cs
- DrawingGroup.cs
- EditingCoordinator.cs
- XPathSelfQuery.cs
- PackageRelationshipSelector.cs
- WindowsTitleBar.cs
- JpegBitmapEncoder.cs
- CodeConditionStatement.cs
- RootNamespaceAttribute.cs
- InputBinding.cs
- Label.cs
- PingReply.cs
- HeaderedContentControl.cs
- ResourceContainerWrapper.cs
- IOThreadTimer.cs
- ipaddressinformationcollection.cs
- FormViewUpdatedEventArgs.cs
- TableRowsCollectionEditor.cs
- TextParentUndoUnit.cs
- MostlySingletonList.cs
- NumericUpDown.cs
- Span.cs
- RuntimeComponentFilter.cs
- DataGridViewRowEventArgs.cs
- AsnEncodedData.cs
- Interfaces.cs
- SecurityContextKeyIdentifierClause.cs
- XmlSerializerOperationGenerator.cs
- LocalizableAttribute.cs
- EditBehavior.cs
- _OverlappedAsyncResult.cs
- safelinkcollection.cs
- DrawingGroupDrawingContext.cs
- DataGridViewRowsAddedEventArgs.cs
- TTSEngineProxy.cs
- ResourceAssociationSetEnd.cs
- MetabaseSettingsIis7.cs
- MarkupCompilePass2.cs
- PersonalizableAttribute.cs
- BinHexDecoder.cs
- FontSourceCollection.cs
- InvalidCardException.cs
- TreeNodeBinding.cs
- SqlCacheDependencyDatabase.cs
- PriorityChain.cs
- NetworkCredential.cs
- ApplicationServiceHelper.cs
- FrameworkElementFactory.cs
- ResolvedKeyFrameEntry.cs
- BinaryFormatterWriter.cs
- DynamicActivityTypeDescriptor.cs
- Message.cs
- TransactionException.cs
- PrintingPermission.cs
- TemplatedMailWebEventProvider.cs
- WorkflowInstanceSuspendedRecord.cs
- MD5CryptoServiceProvider.cs
- SafeMILHandleMemoryPressure.cs
- GroupBoxAutomationPeer.cs
- PathFigureCollection.cs
- LayoutEvent.cs
- TreeNodeBindingCollection.cs
- SoapExtensionReflector.cs
- PersonalizationState.cs
- LinqDataSourceStatusEventArgs.cs
- FacetEnabledSchemaElement.cs
- FileVersionInfo.cs
- ScriptReferenceBase.cs
- TypeEnumerableViewSchema.cs
- XmlComment.cs
- CopyAttributesAction.cs
- LinkArea.cs
- DebugInfoExpression.cs
- GraphicsContainer.cs
- ContextDataSourceView.cs
- Process.cs
- TableAutomationPeer.cs
- IPGlobalProperties.cs
- HttpApplicationStateBase.cs