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
- DocumentSequenceHighlightLayer.cs
- SQLRoleProvider.cs
- ApplicationHost.cs
- BitmapSizeOptions.cs
- IndicShape.cs
- DropShadowBitmapEffect.cs
- Privilege.cs
- ProfileSettings.cs
- FontInfo.cs
- ScriptControlManager.cs
- updatecommandorderer.cs
- EntitySqlQueryState.cs
- DataKeyArray.cs
- ToolStripItemClickedEventArgs.cs
- Trigger.cs
- SiteOfOriginContainer.cs
- WebPartConnectionsConnectVerb.cs
- Oid.cs
- SqlExpressionNullability.cs
- TerminateDesigner.cs
- KeyGestureConverter.cs
- XmlDigitalSignatureProcessor.cs
- SrgsDocument.cs
- DecimalMinMaxAggregationOperator.cs
- PlatformCulture.cs
- MobileResource.cs
- XmlParserContext.cs
- InternalMappingException.cs
- LogWriteRestartAreaState.cs
- ProxyGenerator.cs
- ColorMatrix.cs
- wgx_sdk_version.cs
- Tag.cs
- MatrixTransform3D.cs
- BlobPersonalizationState.cs
- ManifestResourceInfo.cs
- JpegBitmapEncoder.cs
- PrefixQName.cs
- PropertyDescriptorComparer.cs
- WebPartZoneDesigner.cs
- TemplateBaseAction.cs
- ClientUrlResolverWrapper.cs
- DataContractSerializer.cs
- BrushValueSerializer.cs
- PagedDataSource.cs
- sqlcontext.cs
- SymbolType.cs
- WebPartAddingEventArgs.cs
- FileDialogPermission.cs
- PackageProperties.cs
- SudsCommon.cs
- TextBoxRenderer.cs
- CalendarDayButton.cs
- SystemIPGlobalProperties.cs
- DocumentViewerConstants.cs
- DataGridViewButtonColumn.cs
- CryptoApi.cs
- ContainerUIElement3D.cs
- SchemaImporterExtensionElementCollection.cs
- BaseContextMenu.cs
- ImageCodecInfoPrivate.cs
- GeometryConverter.cs
- XmlSchemaSimpleTypeUnion.cs
- Symbol.cs
- CodeAttachEventStatement.cs
- CodeDelegateInvokeExpression.cs
- SqlUserDefinedTypeAttribute.cs
- CompositionCommandSet.cs
- Transform3DGroup.cs
- IteratorFilter.cs
- ConfigXmlElement.cs
- ValidationEventArgs.cs
- HwndSource.cs
- ConditionalAttribute.cs
- IDQuery.cs
- ObjectQueryExecutionPlan.cs
- TextCharacters.cs
- RowType.cs
- DynamicResourceExtension.cs
- MSHTMLHost.cs
- DropSourceBehavior.cs
- XmlSchemaExternal.cs
- OrderPreservingPipeliningMergeHelper.cs
- TabItemWrapperAutomationPeer.cs
- CheckBoxField.cs
- ScriptHandlerFactory.cs
- ParameterElementCollection.cs
- ConfigurationManagerInternal.cs
- ProviderConnectionPointCollection.cs
- ComponentCommands.cs
- ComponentEditorPage.cs
- ToolboxComponentsCreatedEventArgs.cs
- SchemaLookupTable.cs
- BitmapEffectGeneralTransform.cs
- GenericTypeParameterBuilder.cs
- DefaultSection.cs
- SqlExpander.cs
- serverconfig.cs
- DataBinding.cs
- OdbcDataReader.cs