Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / ProviderIncompatibleException.cs / 1 / 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
- ItemContainerGenerator.cs
- TableLayoutPanel.cs
- SystemNetworkInterface.cs
- FixUp.cs
- RuntimeConfig.cs
- DrawingVisual.cs
- UnsafeNativeMethodsCLR.cs
- SettingsProviderCollection.cs
- OutOfMemoryException.cs
- WebBrowserUriTypeConverter.cs
- Rfc2898DeriveBytes.cs
- DocumentViewerBase.cs
- TextWriterTraceListener.cs
- CounterSampleCalculator.cs
- CommandPlan.cs
- WindowsGraphics2.cs
- TabItemAutomationPeer.cs
- EncodingStreamWrapper.cs
- UniqueConstraint.cs
- SessionStateSection.cs
- UseAttributeSetsAction.cs
- SqlError.cs
- COM2IDispatchConverter.cs
- ToolStripArrowRenderEventArgs.cs
- Baml6Assembly.cs
- CancellationHandlerDesigner.cs
- Imaging.cs
- HttpModulesSection.cs
- DeploymentSection.cs
- TokenBasedSet.cs
- StylusShape.cs
- QuaternionIndependentAnimationStorage.cs
- ModifierKeysValueSerializer.cs
- CodeParameterDeclarationExpression.cs
- SerializationStore.cs
- SessionStateSection.cs
- Crc32.cs
- XmlSchemaSimpleTypeRestriction.cs
- DbConnectionOptions.cs
- NumericUpDownAcceleration.cs
- DispatcherFrame.cs
- WebPartExportVerb.cs
- JoinTreeSlot.cs
- AuditLevel.cs
- XamlReader.cs
- RequestCacheEntry.cs
- SoapException.cs
- XmlSerializer.cs
- XmlDataLoader.cs
- ResumeStoryboard.cs
- XmlTextAttribute.cs
- Calendar.cs
- NamespaceList.cs
- AssemblyAttributesGoHere.cs
- ArrowControl.xaml.cs
- AuthenticationModuleElement.cs
- UnsafeNativeMethods.cs
- RegexRunnerFactory.cs
- BlurEffect.cs
- OleDbCommandBuilder.cs
- ListView.cs
- ProjectionPathBuilder.cs
- DirectoryLocalQuery.cs
- DetailsViewRow.cs
- GroupJoinQueryOperator.cs
- ConstraintConverter.cs
- PersonalizableAttribute.cs
- XmlNullResolver.cs
- Label.cs
- SignerInfo.cs
- TdsParameterSetter.cs
- wmiprovider.cs
- ResXFileRef.cs
- XmlCompatibilityReader.cs
- TableCell.cs
- ContextStaticAttribute.cs
- ValueUtilsSmi.cs
- OleDbPermission.cs
- NativeMethods.cs
- DbConnectionOptions.cs
- AutomationFocusChangedEventArgs.cs
- TranslateTransform3D.cs
- FileVersionInfo.cs
- LineBreakRecord.cs
- DelegatedStream.cs
- SlipBehavior.cs
- InheritedPropertyChangedEventArgs.cs
- DbConnectionHelper.cs
- ResourceDictionaryCollection.cs
- HttpResponseHeader.cs
- SecureUICommand.cs
- Int64Storage.cs
- InitializationEventAttribute.cs
- GenericWebPart.cs
- DefaultPrintController.cs
- HttpListenerRequest.cs
- DependentList.cs
- HWStack.cs
- WebControl.cs
- AutoScrollHelper.cs