Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DurableEnlistmentState.cs
- XD.cs
- Binding.cs
- XmlQueryOutput.cs
- ContextMenuStripGroupCollection.cs
- ObjectQueryProvider.cs
- SqlDataSourceRefreshSchemaForm.cs
- ApplicationManager.cs
- InternalCompensate.cs
- ModifierKeysConverter.cs
- CreateRefExpr.cs
- SetStateDesigner.cs
- HexParser.cs
- EventLogTraceListener.cs
- PersonalizableTypeEntry.cs
- ActivityDesignerLayoutSerializers.cs
- SafeEventLogReadHandle.cs
- WmpBitmapDecoder.cs
- Aes.cs
- MsmqQueue.cs
- StringInfo.cs
- BinaryObjectInfo.cs
- RootBrowserWindowProxy.cs
- RefreshPropertiesAttribute.cs
- XmlSchemaComplexContentExtension.cs
- FileDialogCustomPlacesCollection.cs
- ObjectItemCollection.cs
- FrameworkElementFactory.cs
- HtmlInputButton.cs
- HideDisabledControlAdapter.cs
- DispatcherExceptionFilterEventArgs.cs
- ComponentChangedEvent.cs
- HuffmanTree.cs
- _Rfc2616CacheValidators.cs
- TagMapCollection.cs
- CollectionViewGroupInternal.cs
- NameValuePair.cs
- FormsAuthenticationEventArgs.cs
- UnaryQueryOperator.cs
- BitmapFrameEncode.cs
- SafeProcessHandle.cs
- Sentence.cs
- _ProxyRegBlob.cs
- SqlInternalConnectionSmi.cs
- PtsContext.cs
- PagedDataSource.cs
- AttachmentService.cs
- ChineseLunisolarCalendar.cs
- DatatypeImplementation.cs
- MsmqIntegrationBindingElement.cs
- PerspectiveCamera.cs
- FontDriver.cs
- XMLSyntaxException.cs
- CellLabel.cs
- IconEditor.cs
- MailMessageEventArgs.cs
- DependencyObject.cs
- Splitter.cs
- TreeNodeEventArgs.cs
- PointHitTestResult.cs
- MultiBindingExpression.cs
- TextTreeObjectNode.cs
- TemplatedWizardStep.cs
- Transactions.cs
- UnicodeEncoding.cs
- Options.cs
- EventDescriptor.cs
- EdgeModeValidation.cs
- TimeZone.cs
- InvokeAction.cs
- FormViewActionList.cs
- DocumentViewerBase.cs
- SectionRecord.cs
- DBCommand.cs
- WebPartTracker.cs
- MimeImporter.cs
- ConfigXmlSignificantWhitespace.cs
- AttributeCollection.cs
- PropertyReferenceExtension.cs
- ConnectionProviderAttribute.cs
- TextCharacters.cs
- CodeRemoveEventStatement.cs
- CSharpCodeProvider.cs
- Padding.cs
- Section.cs
- DataGridViewTextBoxEditingControl.cs
- DataStorage.cs
- AsymmetricKeyExchangeDeformatter.cs
- Compiler.cs
- DebugHandleTracker.cs
- OneWayElement.cs
- MaterialGroup.cs
- MetadataItem_Static.cs
- DataMemberFieldEditor.cs
- mediapermission.cs
- CancellationTokenRegistration.cs
- SmtpMail.cs
- _ListenerResponseStream.cs
- CompositeFontInfo.cs
- AttributeExtensions.cs