Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- SQLSingleStorage.cs
- PromptBuilder.cs
- GenerateHelper.cs
- AccessibilityApplicationManager.cs
- HttpsHostedTransportConfiguration.cs
- Inline.cs
- GridViewDeleteEventArgs.cs
- PriorityRange.cs
- WCFBuildProvider.cs
- BuildProvider.cs
- altserialization.cs
- SortDescription.cs
- TrustSection.cs
- ToggleButton.cs
- InternalTypeHelper.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- Ipv6Element.cs
- EventMemberCodeDomSerializer.cs
- MailAddress.cs
- HtmlPhoneCallAdapter.cs
- objectresult_tresulttype.cs
- FontEmbeddingManager.cs
- TypeViewSchema.cs
- Lasso.cs
- NavigatorOutput.cs
- Cloud.cs
- LayoutInformation.cs
- PassportAuthentication.cs
- WaitHandle.cs
- StorageEntityContainerMapping.cs
- StdValidatorsAndConverters.cs
- XmlDataSourceView.cs
- TypeBuilder.cs
- ManipulationCompletedEventArgs.cs
- RowParagraph.cs
- BitmapCodecInfo.cs
- SystemMulticastIPAddressInformation.cs
- FormsAuthenticationUserCollection.cs
- ProxyHwnd.cs
- ActivationArguments.cs
- WorkflowWebHostingModule.cs
- PrintDialog.cs
- RelationshipWrapper.cs
- StdRegProviderWrapper.cs
- NameValueFileSectionHandler.cs
- RtfControls.cs
- DataServiceRequestException.cs
- CodeTypeOfExpression.cs
- CodeMemberMethod.cs
- DbgCompiler.cs
- ResizeGrip.cs
- MULTI_QI.cs
- IProvider.cs
- FontFamily.cs
- DataTrigger.cs
- CompensationHandlingFilter.cs
- UnauthorizedWebPart.cs
- DataGridViewComboBoxColumn.cs
- GetResponse.cs
- COM2AboutBoxPropertyDescriptor.cs
- SortedList.cs
- BitmapEffectRenderDataResource.cs
- NonSerializedAttribute.cs
- LinqDataView.cs
- xml.cs
- TabItemAutomationPeer.cs
- NavigationCommands.cs
- PageTheme.cs
- MarginsConverter.cs
- SqlCacheDependencyDatabase.cs
- XmlArrayItemAttributes.cs
- TreeNodeCollection.cs
- SafeCryptContextHandle.cs
- PixelShader.cs
- Comparer.cs
- EdmItemCollection.cs
- FieldToken.cs
- WindowsGrip.cs
- Label.cs
- NotifyIcon.cs
- figurelengthconverter.cs
- ViewManager.cs
- HttpContext.cs
- ServiceModelDictionary.cs
- DoubleSumAggregationOperator.cs
- Signature.cs
- ArgIterator.cs
- MenuItemStyle.cs
- MultiDataTrigger.cs
- basecomparevalidator.cs
- ReflectionPermission.cs
- DataControlPagerLinkButton.cs
- RegexParser.cs
- safePerfProviderHandle.cs
- Schema.cs
- SwitchElementsCollection.cs
- Condition.cs
- Helpers.cs
- ForEach.cs
- ZoneIdentityPermission.cs