Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / ProviderIncompatibleException.cs / 1305376 / ProviderIncompatibleException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- 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
- XmlNamespaceDeclarationsAttribute.cs
- IndexedGlyphRun.cs
- LZCodec.cs
- DataGridCellEditEndingEventArgs.cs
- SiblingIterators.cs
- Parallel.cs
- AttributeEmitter.cs
- TextReader.cs
- FontUnitConverter.cs
- StringBlob.cs
- rsa.cs
- wgx_commands.cs
- OrderedDictionary.cs
- NestPullup.cs
- DataObjectSettingDataEventArgs.cs
- WinOEToolBoxItem.cs
- ModelVisual3D.cs
- MaskedTextBoxTextEditor.cs
- TcpProcessProtocolHandler.cs
- NullToBooleanConverter.cs
- UriTemplateVariableQueryValue.cs
- PassportPrincipal.cs
- SignatureTargetIdManager.cs
- CSharpCodeProvider.cs
- BamlRecordWriter.cs
- ListItemConverter.cs
- ToolboxItemFilterAttribute.cs
- WorkflowTraceTransfer.cs
- Rectangle.cs
- TreeViewHitTestInfo.cs
- WebBrowserPermission.cs
- GroupQuery.cs
- SocketPermission.cs
- exports.cs
- PrintDialogException.cs
- ExpressionBinding.cs
- MailMessage.cs
- ComNativeDescriptor.cs
- DisplayMemberTemplateSelector.cs
- TextRunTypographyProperties.cs
- SourceChangedEventArgs.cs
- shaperfactory.cs
- Stackframe.cs
- HandleCollector.cs
- Base64Encoding.cs
- ObjectTokenCategory.cs
- Command.cs
- Pen.cs
- DesignerTransactionCloseEvent.cs
- DataStreams.cs
- infer.cs
- WebSysDescriptionAttribute.cs
- COM2IPerPropertyBrowsingHandler.cs
- HybridDictionary.cs
- XmlIlVisitor.cs
- HandlerBase.cs
- Membership.cs
- RoleBoolean.cs
- Zone.cs
- QilName.cs
- Base64Stream.cs
- SetState.cs
- MeshGeometry3D.cs
- WindowsEditBox.cs
- XmlSecureResolver.cs
- ProtectedConfiguration.cs
- Converter.cs
- RegexCaptureCollection.cs
- HitTestWithPointDrawingContextWalker.cs
- JpegBitmapDecoder.cs
- FileNotFoundException.cs
- WebPartConnectionsCancelEventArgs.cs
- LingerOption.cs
- ManifestResourceInfo.cs
- BrushMappingModeValidation.cs
- AlignmentXValidation.cs
- Int32Rect.cs
- NativeWindow.cs
- IdSpace.cs
- CompleteWizardStep.cs
- ToolStripOverflowButton.cs
- DataGridCaption.cs
- Timeline.cs
- Throw.cs
- TypeNameConverter.cs
- MarkupWriter.cs
- DoubleLinkList.cs
- ClientFormsAuthenticationCredentials.cs
- BuildDependencySet.cs
- UpDownBaseDesigner.cs
- UnsafeNativeMethods.cs
- MexTcpBindingElement.cs
- XmlIterators.cs
- ConditionedDesigner.cs
- CompositeDataBoundControl.cs
- LabelEditEvent.cs
- BehaviorEditorPart.cs
- ToolStripControlHost.cs
- URI.cs
- DisposableCollectionWrapper.cs