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
- RectAnimationBase.cs
- AssertSection.cs
- ConfigurationProperty.cs
- WebScriptMetadataMessageEncoderFactory.cs
- HandlerMappingMemo.cs
- UrlMapping.cs
- SerializationFieldInfo.cs
- DataSourceExpression.cs
- MaskedTextBox.cs
- Page.cs
- PrintPreviewGraphics.cs
- PagedDataSource.cs
- XmlSchemas.cs
- JavaScriptString.cs
- ImageBrush.cs
- ConnectionConsumerAttribute.cs
- CustomError.cs
- UpWmlMobileTextWriter.cs
- OleDbTransaction.cs
- ZipIOCentralDirectoryBlock.cs
- ExceptionHelpers.cs
- externdll.cs
- ThreadPool.cs
- Helper.cs
- WindowsTooltip.cs
- ThreadExceptionDialog.cs
- DesignUtil.cs
- BinaryObjectWriter.cs
- SharedStatics.cs
- XamlInterfaces.cs
- DataGridCheckBoxColumn.cs
- PersonalizationDictionary.cs
- EntityCommandExecutionException.cs
- NeutralResourcesLanguageAttribute.cs
- RecommendedAsConfigurableAttribute.cs
- HtmlMeta.cs
- Perspective.cs
- CodeDirectiveCollection.cs
- ReadOnlyDataSource.cs
- RadioButtonFlatAdapter.cs
- ProxyDataContractResolver.cs
- future.cs
- TimeSpanValidator.cs
- SpellerError.cs
- XamlWriter.cs
- ComPlusInstanceContextInitializer.cs
- TrackPointCollection.cs
- CacheEntry.cs
- ActiveDocumentEvent.cs
- ACE.cs
- TextWriterTraceListener.cs
- HttpPostedFile.cs
- ContentHostHelper.cs
- MexBindingBindingCollectionElement.cs
- SplashScreenNativeMethods.cs
- XmlDataDocument.cs
- TokenFactoryCredential.cs
- CurrentChangingEventManager.cs
- FileAuthorizationModule.cs
- XmlTextWriter.cs
- BinaryExpressionHelper.cs
- PersonalizablePropertyEntry.cs
- WindowsUpDown.cs
- TraceFilter.cs
- COAUTHIDENTITY.cs
- EventLogEntryCollection.cs
- GlyphCache.cs
- NavigationService.cs
- XmlAttributeCollection.cs
- DXD.cs
- AnnotationComponentManager.cs
- SchemaComplexType.cs
- PerspectiveCamera.cs
- SiteMapProvider.cs
- RuntimeArgumentHandle.cs
- ScopelessEnumAttribute.cs
- ThemeInfoAttribute.cs
- TraceListeners.cs
- HttpRequest.cs
- CompilerCollection.cs
- WebPartsPersonalizationAuthorization.cs
- CatalogPartChrome.cs
- ControlIdConverter.cs
- SizeValueSerializer.cs
- ObjectViewEntityCollectionData.cs
- SystemPens.cs
- SqlServer2KCompatibilityAnnotation.cs
- ActiveDocumentEvent.cs
- Link.cs
- ListViewItem.cs
- CodeDOMUtility.cs
- ConstrainedDataObject.cs
- DuplexSecurityProtocolFactory.cs
- SecureEnvironment.cs
- BinaryParser.cs
- TemplateColumn.cs
- CalendarTable.cs
- BasicViewGenerator.cs
- SqlConnectionPoolGroupProviderInfo.cs
- NavigateEvent.cs