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
- BookmarkList.cs
- MaskedTextBoxDesigner.cs
- ToolStripDropDown.cs
- SerialReceived.cs
- CreateUserWizard.cs
- LockCookie.cs
- FormViewDeleteEventArgs.cs
- ValueType.cs
- TrackingProfileManager.cs
- ExceptionHelpers.cs
- LiteralControl.cs
- LinkArea.cs
- odbcmetadatacolumnnames.cs
- DragDeltaEventArgs.cs
- GridViewDeletedEventArgs.cs
- ToolbarAUtomationPeer.cs
- AssemblyAssociatedContentFileAttribute.cs
- CheckBoxFlatAdapter.cs
- COM2IDispatchConverter.cs
- DataBindingList.cs
- DataConnectionHelper.cs
- FtpWebRequest.cs
- infer.cs
- RelatedEnd.cs
- TableLayoutPanelDesigner.cs
- EventLogPermission.cs
- CommandTreeTypeHelper.cs
- HttpResponseInternalWrapper.cs
- HttpPostClientProtocol.cs
- PropertyToken.cs
- SoapFormatterSinks.cs
- FatalException.cs
- GeneratedView.cs
- InkCanvasInnerCanvas.cs
- EncodingTable.cs
- FileSystemEventArgs.cs
- EndOfStreamException.cs
- StsCommunicationException.cs
- PropertyEmitter.cs
- ACL.cs
- EditorAttribute.cs
- ThicknessConverter.cs
- DataGridItemCollection.cs
- DPAPIProtectedConfigurationProvider.cs
- mongolianshape.cs
- OutputCacheProviderCollection.cs
- CreatingCookieEventArgs.cs
- Int32CollectionConverter.cs
- BitmapVisualManager.cs
- IdentitySection.cs
- ExceptionWrapper.cs
- TemplateInstanceAttribute.cs
- TemplateApplicationHelper.cs
- ErrorEventArgs.cs
- ToolStripRenderEventArgs.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- StaticFileHandler.cs
- Hash.cs
- SolidBrush.cs
- ButtonAutomationPeer.cs
- XmlCollation.cs
- mediaeventargs.cs
- SafeNativeMemoryHandle.cs
- DependentList.cs
- ClientUrlResolverWrapper.cs
- ElementHost.cs
- SlotInfo.cs
- GeometryDrawing.cs
- EntityDataSourceChangedEventArgs.cs
- ConstrainedDataObject.cs
- Typography.cs
- ImageBrush.cs
- HttpApplication.cs
- LockedActivityGlyph.cs
- WSHttpBindingBase.cs
- TemplatedMailWebEventProvider.cs
- DataTableReaderListener.cs
- Quad.cs
- SingleObjectCollection.cs
- LoadMessageLogger.cs
- LinqDataSourceDisposeEventArgs.cs
- LinkButton.cs
- QilValidationVisitor.cs
- DataGridViewRowConverter.cs
- Ticks.cs
- ResourceContainer.cs
- LingerOption.cs
- SemanticTag.cs
- Int16Animation.cs
- ProxyElement.cs
- HitTestParameters3D.cs
- SqlDataReaderSmi.cs
- DataGridViewRowPostPaintEventArgs.cs
- IODescriptionAttribute.cs
- CurrencyManager.cs
- SqlClientWrapperSmiStream.cs
- DataServiceProviderMethods.cs
- CultureTableRecord.cs
- RSAOAEPKeyExchangeFormatter.cs
- NameValueFileSectionHandler.cs