Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Common / DbException.cs / 1305376 / DbException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { [Serializable] public abstract class DbException : System.Runtime.InteropServices.ExternalException { protected DbException() : base() { } protected DbException(System.String message) : base(message) { } protected DbException(System.String message, System.Exception innerException) : base(message, innerException) { } protected DbException(System.String message, System.Int32 errorCode) : base(message, errorCode) { } protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { [Serializable] public abstract class DbException : System.Runtime.InteropServices.ExternalException { protected DbException() : base() { } protected DbException(System.String message) : base(message) { } protected DbException(System.String message, System.Exception innerException) : base(message, innerException) { } protected DbException(System.String message, System.Int32 errorCode) : base(message, errorCode) { } protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.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
- localization.cs
- Trigger.cs
- InputReport.cs
- XmlDocumentType.cs
- ThemeInfoAttribute.cs
- ListenDesigner.cs
- XmlCodeExporter.cs
- WmpBitmapDecoder.cs
- DetailsViewUpdatedEventArgs.cs
- ResourceCodeDomSerializer.cs
- GradientSpreadMethodValidation.cs
- CodeRemoveEventStatement.cs
- EntityTemplateFactory.cs
- MsmqInputSessionChannelListener.cs
- FontFaceLayoutInfo.cs
- FontStretch.cs
- FixedPosition.cs
- XmlSchemaSimpleType.cs
- DocumentViewerBase.cs
- ScrollChrome.cs
- ObjectStateFormatter.cs
- GuidelineCollection.cs
- TemplateBindingExpressionConverter.cs
- SystemKeyConverter.cs
- Certificate.cs
- UIElementHelper.cs
- columnmapfactory.cs
- DrawingVisual.cs
- SupportingTokenParameters.cs
- ReadOnlyDictionary.cs
- IRCollection.cs
- StyleSelector.cs
- FrameworkElementAutomationPeer.cs
- FontDriver.cs
- ValueUnavailableException.cs
- InfoCardSymmetricAlgorithm.cs
- Int16Converter.cs
- EdmProviderManifest.cs
- PingOptions.cs
- ScaleTransform.cs
- Normalization.cs
- WindowsHyperlink.cs
- SubpageParagraph.cs
- Material.cs
- InputScopeNameConverter.cs
- ServiceObjectContainer.cs
- XamlStream.cs
- TcpProcessProtocolHandler.cs
- ResXFileRef.cs
- Debug.cs
- Exceptions.cs
- ClientData.cs
- CounterCreationDataConverter.cs
- TextRangeEditTables.cs
- _IPv4Address.cs
- ApplicationGesture.cs
- TraceContextEventArgs.cs
- ReflectEventDescriptor.cs
- RootNamespaceAttribute.cs
- XmlSchema.cs
- LineSegment.cs
- XmlNodeReader.cs
- SiteMap.cs
- NameTable.cs
- GuidelineCollection.cs
- XsdBuilder.cs
- PointAnimation.cs
- BinaryFormatterWriter.cs
- TypeSystemProvider.cs
- DataGridViewRowsAddedEventArgs.cs
- RunInstallerAttribute.cs
- BindableTemplateBuilder.cs
- ConcatQueryOperator.cs
- NamedPipeChannelListener.cs
- util.cs
- KeyedCollection.cs
- DesignTimeTemplateParser.cs
- RequestCachingSection.cs
- WebBrowserContainer.cs
- Deserializer.cs
- SingleSelectRootGridEntry.cs
- EpmCustomContentSerializer.cs
- StreamMarshaler.cs
- CalendarModeChangedEventArgs.cs
- DoubleLink.cs
- SqlLiftIndependentRowExpressions.cs
- RC2.cs
- UIElementParaClient.cs
- WebBrowserNavigatingEventHandler.cs
- SizeAnimation.cs
- CardSpacePolicyElement.cs
- XhtmlTextWriter.cs
- AspNetRouteServiceHttpHandler.cs
- BrowserCapabilitiesFactoryBase.cs
- FormViewInsertEventArgs.cs
- __Filters.cs
- DllNotFoundException.cs
- WindowsFormsSynchronizationContext.cs
- WindowsFormsSynchronizationContext.cs
- WsatRegistrationHeader.cs