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
- SystemWebCachingSectionGroup.cs
- FileBasedResourceGroveler.cs
- CorrelationValidator.cs
- PaintValueEventArgs.cs
- MultiView.cs
- ButtonStandardAdapter.cs
- TransactedBatchContext.cs
- CryptoStream.cs
- WindowsListViewItemCheckBox.cs
- ListItemCollection.cs
- Authorization.cs
- JsonReader.cs
- ClientRolePrincipal.cs
- FlowDocumentPageViewerAutomationPeer.cs
- DataGridViewUtilities.cs
- XmlSchemaValidationException.cs
- EventLogWatcher.cs
- CallSiteOps.cs
- XmlArrayAttribute.cs
- ThicknessConverter.cs
- DiagnosticsConfiguration.cs
- CompareInfo.cs
- OdbcConnectionHandle.cs
- EntityDataSourceReferenceGroup.cs
- MultiDataTrigger.cs
- SafeTimerHandle.cs
- Select.cs
- DataBindingHandlerAttribute.cs
- TextureBrush.cs
- PersonalizationStateQuery.cs
- ProvidePropertyAttribute.cs
- AssemblyAttributes.cs
- RemotingServices.cs
- TransformProviderWrapper.cs
- Translator.cs
- GridPattern.cs
- GradientStop.cs
- XmlSchemaParticle.cs
- ConfigurationManagerInternal.cs
- BrowserCapabilitiesFactory.cs
- ProtocolsConfigurationHandler.cs
- ErrorWrapper.cs
- FieldNameLookup.cs
- TransactionCache.cs
- DispatcherHooks.cs
- PeerCredentialElement.cs
- PageOutputQuality.cs
- RoleGroupCollection.cs
- SafeThemeHandle.cs
- InternalsVisibleToAttribute.cs
- CodeNamespaceCollection.cs
- XhtmlBasicObjectListAdapter.cs
- HelpExampleGenerator.cs
- CSharpCodeProvider.cs
- InProcStateClientManager.cs
- DatagridviewDisplayedBandsData.cs
- ContentType.cs
- StreamingContext.cs
- SetMemberBinder.cs
- OleDbConnection.cs
- XPathNodeHelper.cs
- WebPartConnectionsConfigureVerb.cs
- BindingExpressionUncommonField.cs
- FileVersionInfo.cs
- BindableTemplateBuilder.cs
- FixUpCollection.cs
- ToolStripProgressBar.cs
- BulletedList.cs
- ScanQueryOperator.cs
- ProcessModuleCollection.cs
- FixedSOMTable.cs
- EntityDesignerDataSourceView.cs
- CollectionViewGroupInternal.cs
- HttpCacheVary.cs
- OdbcRowUpdatingEvent.cs
- ActivityExecutionWorkItem.cs
- PaintValueEventArgs.cs
- DateTimeFormatInfo.cs
- CompareInfo.cs
- GlyphCache.cs
- RectangleConverter.cs
- PagePropertiesChangingEventArgs.cs
- dbdatarecord.cs
- RpcAsyncResult.cs
- XmlSchemaDatatype.cs
- Vector3D.cs
- PopupRootAutomationPeer.cs
- OrderPreservingPipeliningMergeHelper.cs
- ExceptQueryOperator.cs
- IteratorFilter.cs
- ListViewDeletedEventArgs.cs
- DataGridViewAccessibleObject.cs
- ModelUIElement3D.cs
- XmlComplianceUtil.cs
- UriSectionData.cs
- ApplicationInfo.cs
- Main.cs
- BamlReader.cs
- ObjectMemberMapping.cs
- IODescriptionAttribute.cs