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
- OperationAbortedException.cs
- PersistNameAttribute.cs
- ToolStripContentPanel.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- TextViewBase.cs
- SqlNotificationRequest.cs
- AutomationElement.cs
- UserControlParser.cs
- Console.cs
- FontInfo.cs
- PerformanceCounterCategory.cs
- peernodestatemanager.cs
- TextRange.cs
- odbcmetadatafactory.cs
- TemplatedWizardStep.cs
- DataGridViewRowEventArgs.cs
- Encoder.cs
- MonthChangedEventArgs.cs
- ServicePointManager.cs
- Margins.cs
- ImageButton.cs
- CatalogZoneDesigner.cs
- RelationshipEndCollection.cs
- TreeChangeInfo.cs
- EntityDataSourceSelectingEventArgs.cs
- XmlSchemaDatatype.cs
- LicFileLicenseProvider.cs
- StrokeNodeData.cs
- DataServiceQueryProvider.cs
- DesignBindingConverter.cs
- PriorityChain.cs
- ConnectionsZoneDesigner.cs
- RootCodeDomSerializer.cs
- Point3DAnimationBase.cs
- CodeArgumentReferenceExpression.cs
- SmtpLoginAuthenticationModule.cs
- GridViewUpdatedEventArgs.cs
- XamlClipboardData.cs
- SqlError.cs
- ListBoxChrome.cs
- WindowExtensionMethods.cs
- BitmapCodecInfo.cs
- SamlNameIdentifierClaimResource.cs
- DropSourceBehavior.cs
- TagPrefixCollection.cs
- CompoundFileIOPermission.cs
- MaxMessageSizeStream.cs
- InheritanceRules.cs
- mediaclock.cs
- Cursor.cs
- SystemFonts.cs
- MenuItemCollectionEditor.cs
- NumericExpr.cs
- TransportElement.cs
- XmlSecureResolver.cs
- MailMessage.cs
- ImageBrush.cs
- KeyboardDevice.cs
- Soap12ServerProtocol.cs
- TCEAdapterGenerator.cs
- XmlAnyAttributeAttribute.cs
- AttributeCallbackBuilder.cs
- SQLDateTime.cs
- ELinqQueryState.cs
- EntitySetBase.cs
- DictionaryBase.cs
- XmlWriterSettings.cs
- QuaternionValueSerializer.cs
- QilDataSource.cs
- TextCompositionManager.cs
- ExpandSegment.cs
- ExpandedWrapper.cs
- HttpHeaderCollection.cs
- DataGridViewCellStyle.cs
- ToolStripSeparator.cs
- XmlDomTextWriter.cs
- DataBindingsDialog.cs
- KoreanLunisolarCalendar.cs
- LoadRetryHandler.cs
- ListBox.cs
- _FtpDataStream.cs
- Rfc2898DeriveBytes.cs
- MasterPageCodeDomTreeGenerator.cs
- SafeRegistryHandle.cs
- SerialReceived.cs
- CompositeActivityValidator.cs
- ByteStack.cs
- RequiredAttributeAttribute.cs
- FileVersionInfo.cs
- TileBrush.cs
- StorageMappingFragment.cs
- Utils.cs
- ResourceSetExpression.cs
- VisualState.cs
- ListCollectionView.cs
- InternalDispatchObject.cs
- URL.cs
- TreeViewDataItemAutomationPeer.cs
- SqlFunctions.cs
- Stack.cs