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
- QueryExpr.cs
- SecurityIdentifierConverter.cs
- WmlLabelAdapter.cs
- DocumentOrderQuery.cs
- LineProperties.cs
- QuaternionAnimation.cs
- Condition.cs
- Decoder.cs
- HideDisabledControlAdapter.cs
- HtmlElementEventArgs.cs
- WindowsSecurityToken.cs
- HtmlMeta.cs
- WhiteSpaceTrimStringConverter.cs
- CmsUtils.cs
- TreeViewImageGenerator.cs
- ConnectionStringsExpressionBuilder.cs
- EntityContainerRelationshipSet.cs
- WorkflowDesignerMessageFilter.cs
- ExcludeFromCodeCoverageAttribute.cs
- OpenTypeCommon.cs
- IndentedWriter.cs
- Tile.cs
- TextEditorSpelling.cs
- TableCell.cs
- BinHexEncoder.cs
- OdbcEnvironment.cs
- FilteredXmlReader.cs
- ObjectContextServiceProvider.cs
- DSASignatureFormatter.cs
- Image.cs
- ProfileEventArgs.cs
- TextWriterTraceListener.cs
- RsaKeyIdentifierClause.cs
- DecoderFallback.cs
- OracleRowUpdatingEventArgs.cs
- ToolStripRenderEventArgs.cs
- PauseStoryboard.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- FreezableDefaultValueFactory.cs
- RijndaelManagedTransform.cs
- ThemeableAttribute.cs
- TemplateControlParser.cs
- WebScriptEnablingBehavior.cs
- Content.cs
- SignatureHelper.cs
- EtwTrace.cs
- DockAndAnchorLayout.cs
- Track.cs
- WorkflowServiceInstance.cs
- SqlDependency.cs
- StreamingContext.cs
- OdbcCommand.cs
- InputMethod.cs
- EntityDesignerDataSourceView.cs
- Marshal.cs
- WebPartHeaderCloseVerb.cs
- ScriptComponentDescriptor.cs
- SettingsContext.cs
- HttpWebRequestElement.cs
- Odbc32.cs
- FormViewPageEventArgs.cs
- DiagnosticTraceSource.cs
- Stylesheet.cs
- PasswordDeriveBytes.cs
- NameSpaceExtractor.cs
- GridEntryCollection.cs
- AttributeProviderAttribute.cs
- ReferencedCollectionType.cs
- QueryContinueDragEvent.cs
- cache.cs
- AnimatedTypeHelpers.cs
- DbConnectionPoolOptions.cs
- PerfCounterSection.cs
- EmissiveMaterial.cs
- ObjectDataSourceDesigner.cs
- DelegatedStream.cs
- FixedSOMPageConstructor.cs
- ContextMenu.cs
- OrderedDictionary.cs
- RectangleHotSpot.cs
- MetadataArtifactLoader.cs
- WebPartMinimizeVerb.cs
- PropertyGroupDescription.cs
- EntityDataSourceColumn.cs
- TableCellAutomationPeer.cs
- FaultCallbackWrapper.cs
- IEnumerable.cs
- MethodRental.cs
- BeginCreateSecurityTokenRequest.cs
- RuntimeTrackingProfile.cs
- WebPartDisplayModeCollection.cs
- MetadataItemCollectionFactory.cs
- KeyFrames.cs
- MenuItemCollection.cs
- TableCellsCollectionEditor.cs
- Substitution.cs
- XmlILOptimizerVisitor.cs
- ObjectSpanRewriter.cs
- ToolStripItemTextRenderEventArgs.cs
- TimeZoneInfo.cs