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
- MultipleCopiesCollection.cs
- MessageDesigner.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- SymbolDocumentInfo.cs
- ListViewUpdateEventArgs.cs
- Internal.cs
- PrimitiveType.cs
- XamlVector3DCollectionSerializer.cs
- ShaperBuffers.cs
- BitmapEditor.cs
- XmlILConstructAnalyzer.cs
- diagnosticsswitches.cs
- RoleServiceManager.cs
- XPathPatternBuilder.cs
- DesignerUtils.cs
- KeyValuePair.cs
- xmlfixedPageInfo.cs
- TreeViewBindingsEditorForm.cs
- LoginView.cs
- FixUp.cs
- DocumentSchemaValidator.cs
- DirectoryGroupQuery.cs
- XmlSchemaSimpleContentExtension.cs
- GenericAuthenticationEventArgs.cs
- PageSetupDialog.cs
- InternalResources.cs
- DataSourceCache.cs
- TrackBar.cs
- DataTemplateSelector.cs
- DbConnectionStringBuilder.cs
- DataGridViewComboBoxColumn.cs
- ValueChangedEventManager.cs
- AdornerDecorator.cs
- PropertyInformation.cs
- ToolStripStatusLabel.cs
- odbcmetadatacollectionnames.cs
- BuildProvider.cs
- BinaryObjectWriter.cs
- WorkflowDefinitionContext.cs
- shaperfactoryquerycacheentry.cs
- InternalConfigRoot.cs
- ColumnMapProcessor.cs
- WorkflowTransactionOptions.cs
- RelatedEnd.cs
- DispatcherHooks.cs
- SqlDependency.cs
- ConditionalAttribute.cs
- ItemContainerPattern.cs
- ToolStripMenuItemCodeDomSerializer.cs
- CreatingCookieEventArgs.cs
- WorkflowInstance.cs
- AnimationClock.cs
- BaseAsyncResult.cs
- AliasExpr.cs
- DynamicQueryableWrapper.cs
- ScriptRegistrationManager.cs
- PackageRelationshipCollection.cs
- ExtendedTransformFactory.cs
- SafeNativeMemoryHandle.cs
- CustomCategoryAttribute.cs
- FontUnitConverter.cs
- TriggerAction.cs
- SelfIssuedAuthProofToken.cs
- ImageFormatConverter.cs
- XPathArrayIterator.cs
- ViewStateModeByIdAttribute.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- HScrollBar.cs
- WebReferenceOptions.cs
- PersistChildrenAttribute.cs
- BuildProvider.cs
- Solver.cs
- StringAttributeCollection.cs
- DesignerCommandSet.cs
- DispatchOperation.cs
- ResourceReferenceExpression.cs
- WebPartDescriptionCollection.cs
- VariableDesigner.xaml.cs
- ObjectComplexPropertyMapping.cs
- WindowsClaimSet.cs
- KeyedCollection.cs
- DataGridColumnsPage.cs
- ValidatingPropertiesEventArgs.cs
- SizeAnimationBase.cs
- DeadCharTextComposition.cs
- bidPrivateBase.cs
- EmptyElement.cs
- DateTimePicker.cs
- AssemblyBuilder.cs
- Stroke2.cs
- XmlText.cs
- Win32Exception.cs
- Query.cs
- XsltSettings.cs
- RawTextInputReport.cs
- CellConstantDomain.cs
- DataRecordInfo.cs
- WizardForm.cs
- InternalBufferOverflowException.cs
- PrivilegeNotHeldException.cs