Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / Common / DbException.cs / 1 / DbException.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.Common {
[Serializable]
#if WINFSInternalOnly
internal
#else
public
#endif
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- List.cs
- ComMethodElementCollection.cs
- SqlDataReaderSmi.cs
- ConditionalAttribute.cs
- ErrorInfoXmlDocument.cs
- AudioLevelUpdatedEventArgs.cs
- DBCSCodePageEncoding.cs
- HtmlForm.cs
- IOThreadScheduler.cs
- Claim.cs
- Win32SafeHandles.cs
- ConsumerConnectionPointCollection.cs
- ListBindableAttribute.cs
- TableColumnCollectionInternal.cs
- SelectionRangeConverter.cs
- Instrumentation.cs
- OracleColumn.cs
- ClientTargetSection.cs
- DataGridViewCellStateChangedEventArgs.cs
- ColumnMapTranslator.cs
- TargetControlTypeAttribute.cs
- StackOverflowException.cs
- GeneralTransform3D.cs
- BitStack.cs
- Timer.cs
- SecurityPolicySection.cs
- Baml6Assembly.cs
- StrokeNodeData.cs
- SetUserLanguageRequest.cs
- TextRangeBase.cs
- MasterPageParser.cs
- FreeFormDragDropManager.cs
- ConvertEvent.cs
- TextSelection.cs
- DbDataAdapter.cs
- PenThreadPool.cs
- ForceCopyBuildProvider.cs
- SmtpReplyReader.cs
- NavigationEventArgs.cs
- SiteMapDataSource.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- DataGridViewColumnCollection.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DataTemplateSelector.cs
- ConfigXmlComment.cs
- XmlnsCache.cs
- XmlAtomErrorReader.cs
- IDispatchConstantAttribute.cs
- WebConfigurationFileMap.cs
- SaveFileDialogDesigner.cs
- Fx.cs
- MetaModel.cs
- ClusterRegistryConfigurationProvider.cs
- LinqToSqlWrapper.cs
- HttpWriter.cs
- UICuesEvent.cs
- Rotation3DAnimationBase.cs
- ObjectListSelectEventArgs.cs
- ObjectViewQueryResultData.cs
- DataGridViewCellCancelEventArgs.cs
- PrinterSettings.cs
- AccessDataSource.cs
- MasterPageCodeDomTreeGenerator.cs
- OrderByQueryOptionExpression.cs
- DateTimeConverter.cs
- NominalTypeEliminator.cs
- DynamicDiscoSearcher.cs
- TlsSspiNegotiation.cs
- _TransmitFileOverlappedAsyncResult.cs
- View.cs
- SimpleHandlerBuildProvider.cs
- AttachedPropertyBrowsableAttribute.cs
- TimeSpan.cs
- SystemWebExtensionsSectionGroup.cs
- DateTime.cs
- HandlerBase.cs
- SHA256CryptoServiceProvider.cs
- ControlPropertyNameConverter.cs
- ObjectContext.cs
- InvokeSchedule.cs
- ByteStack.cs
- BitArray.cs
- CqlParserHelpers.cs
- ShimAsPublicXamlType.cs
- GridViewRowCollection.cs
- ExpandCollapsePatternIdentifiers.cs
- MessageSecurityOverHttpElement.cs
- TypedReference.cs
- MetadataCollection.cs
- DataGridViewBindingCompleteEventArgs.cs
- MachineKeySection.cs
- shaperfactory.cs
- HelpFileFileNameEditor.cs
- LicenseManager.cs
- SqlTriggerAttribute.cs
- SupportsEventValidationAttribute.cs
- SqlGatherConsumedAliases.cs
- DocumentViewerHelper.cs
- ResXFileRef.cs
- RowUpdatingEventArgs.cs