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
- CompilerLocalReference.cs
- DataGridHeaderBorder.cs
- HostingPreferredMapPath.cs
- TemplateEditingFrame.cs
- TagPrefixAttribute.cs
- CubicEase.cs
- PipelineModuleStepContainer.cs
- SatelliteContractVersionAttribute.cs
- AutoScrollExpandMessageFilter.cs
- WorkflowServiceNamespace.cs
- AutoResizedEvent.cs
- Missing.cs
- WmpBitmapEncoder.cs
- RMPublishingDialog.cs
- TreeNodeCollection.cs
- Logging.cs
- MasterPageParser.cs
- EncryptedReference.cs
- CheckBoxFlatAdapter.cs
- ToolStripLocationCancelEventArgs.cs
- BitmapMetadataEnumerator.cs
- MessageEnumerator.cs
- XmlSchemaSubstitutionGroup.cs
- XmlUnspecifiedAttribute.cs
- StateFinalizationActivity.cs
- OdbcError.cs
- MasterPage.cs
- WorkflowDefinitionDispenser.cs
- AuthenticationModulesSection.cs
- FormsAuthenticationUser.cs
- SynchronizedDispatch.cs
- EnumBuilder.cs
- SafeRightsManagementHandle.cs
- DocumentApplicationJournalEntry.cs
- ToggleButton.cs
- ImpersonationContext.cs
- DocumentAutomationPeer.cs
- SettingsProperty.cs
- HtmlHistory.cs
- DeferredTextReference.cs
- ColorConvertedBitmapExtension.cs
- TemplateField.cs
- SendMailErrorEventArgs.cs
- PasswordRecovery.cs
- AttachmentService.cs
- MetadataCollection.cs
- DataControlHelper.cs
- FixedSOMLineCollection.cs
- ResourcePermissionBaseEntry.cs
- ValidationException.cs
- TrustManager.cs
- EntityRecordInfo.cs
- System.Data_BID.cs
- ModuleBuilderData.cs
- DocumentViewerHelper.cs
- DiscreteKeyFrames.cs
- SafeArrayTypeMismatchException.cs
- BamlLocalizableResource.cs
- UIElementParaClient.cs
- CounterNameConverter.cs
- ItemsControlAutomationPeer.cs
- OpCodes.cs
- DataGridTableCollection.cs
- SizeAnimationUsingKeyFrames.cs
- XmlSchemaValidationException.cs
- MetadataException.cs
- FrugalList.cs
- EntitySqlQueryState.cs
- XmlChildEnumerator.cs
- AuthenticatedStream.cs
- ProfileInfo.cs
- UIElementAutomationPeer.cs
- TimeSpanOrInfiniteConverter.cs
- BStrWrapper.cs
- DirectoryInfo.cs
- PrintDocument.cs
- NameValueFileSectionHandler.cs
- XmlStreamStore.cs
- TextFormatterHost.cs
- FontStyleConverter.cs
- DbConnectionPoolGroupProviderInfo.cs
- XPathAxisIterator.cs
- TextShapeableCharacters.cs
- SmiEventSink.cs
- PropertiesTab.cs
- PropertyTab.cs
- DrawTreeNodeEventArgs.cs
- TraceUtils.cs
- LineBreakRecord.cs
- MexHttpBindingElement.cs
- Debugger.cs
- DesignerAdapterAttribute.cs
- TextBoxRenderer.cs
- SecurityContext.cs
- LazyTextWriterCreator.cs
- QilStrConcat.cs
- HyperLink.cs
- Propagator.Evaluator.cs
- ScriptingSectionGroup.cs
- LocationUpdates.cs