Code:
/ FX-1434 / FX-1434 / 1.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
- SemaphoreFullException.cs
- SecuritySessionClientSettings.cs
- DisplayInformation.cs
- ReferencedAssemblyResolver.cs
- ClientTarget.cs
- CreateParams.cs
- PathHelper.cs
- StructuredType.cs
- CqlLexerHelpers.cs
- WorkflowInlining.cs
- ImageCodecInfo.cs
- HorizontalAlignConverter.cs
- VisualBrush.cs
- DataGridViewComboBoxCell.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- DatePickerDateValidationErrorEventArgs.cs
- RenderData.cs
- BooleanExpr.cs
- SourceElementsCollection.cs
- TdsRecordBufferSetter.cs
- HMACSHA512.cs
- WebPartConnectionsCancelEventArgs.cs
- SQLByteStorage.cs
- XmlBoundElement.cs
- RoleManagerModule.cs
- counter.cs
- WebServiceHost.cs
- Brush.cs
- SourceFileBuildProvider.cs
- AutomationTextAttribute.cs
- QueryTaskGroupState.cs
- SafeNativeMethods.cs
- _KerberosClient.cs
- XPathDocument.cs
- Axis.cs
- SecurityTraceRecordHelper.cs
- MetabaseSettings.cs
- SectionInput.cs
- DesignerActionPropertyItem.cs
- PassportAuthentication.cs
- CallbackWrapper.cs
- RadioButtonBaseAdapter.cs
- CommandBinding.cs
- AccessDataSourceView.cs
- CommittableTransaction.cs
- CookieProtection.cs
- WebMessageEncodingElement.cs
- DiscoveryInnerClientManaged11.cs
- XmlSchemaAll.cs
- ImportException.cs
- PropertyChangedEventManager.cs
- ToolStripButton.cs
- VersionPair.cs
- ColorIndependentAnimationStorage.cs
- MouseGesture.cs
- ListViewDeletedEventArgs.cs
- ReadOnlyObservableCollection.cs
- DataGridDetailsPresenterAutomationPeer.cs
- ToolStripOverflow.cs
- EventDescriptor.cs
- OletxEnlistment.cs
- GridItemProviderWrapper.cs
- QueryableFilterUserControl.cs
- WebPartRestoreVerb.cs
- ADMembershipUser.cs
- ExpressionHelper.cs
- NamespaceList.cs
- SamlAuthenticationClaimResource.cs
- RectangleConverter.cs
- ProtocolsSection.cs
- Base64Stream.cs
- ExtendedProperty.cs
- CapacityStreamGeometryContext.cs
- CqlLexerHelpers.cs
- DeriveBytes.cs
- ListViewGroup.cs
- HwndSourceParameters.cs
- ListItemCollection.cs
- Link.cs
- TimersDescriptionAttribute.cs
- RootDesignerSerializerAttribute.cs
- FolderNameEditor.cs
- ShaderRenderModeValidation.cs
- XmlArrayAttribute.cs
- EventManager.cs
- SimpleBitVector32.cs
- ThreadStartException.cs
- DateTimeConverter.cs
- ISAPIRuntime.cs
- cookiecontainer.cs
- CodeSnippetStatement.cs
- DEREncoding.cs
- DeviceContext.cs
- xmlNames.cs
- TraceHandlerErrorFormatter.cs
- AutomationElementIdentifiers.cs
- HttpCookiesSection.cs
- ContentValidator.cs
- KerberosTicketHashIdentifierClause.cs
- DataViewSetting.cs