Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Common / DbException.cs / 1305376 / DbException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { [Serializable] public 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. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { [Serializable] public 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OdbcCommand.cs
- RouteValueDictionary.cs
- LOSFormatter.cs
- ConfigurationPropertyAttribute.cs
- WebBrowserNavigatedEventHandler.cs
- LinqDataSourceContextEventArgs.cs
- SqlXmlStorage.cs
- TextControlDesigner.cs
- TextMessageEncodingElement.cs
- RandomNumberGenerator.cs
- ExpressionConverter.cs
- XamlTreeBuilder.cs
- NonPrimarySelectionGlyph.cs
- CountAggregationOperator.cs
- InvariantComparer.cs
- mediaeventshelper.cs
- ConfigDefinitionUpdates.cs
- Baml2006Reader.cs
- WinEventQueueItem.cs
- ClientSettingsStore.cs
- ActivationProxy.cs
- CharConverter.cs
- IDictionary.cs
- JsonObjectDataContract.cs
- HealthMonitoringSection.cs
- DSASignatureFormatter.cs
- Point3DCollectionConverter.cs
- DataViewSettingCollection.cs
- TextFormatter.cs
- SafeRightsManagementPubHandle.cs
- WindowsFormsSynchronizationContext.cs
- RSAPKCS1KeyExchangeFormatter.cs
- PropertyChangedEventArgs.cs
- QilInvokeLateBound.cs
- AssertFilter.cs
- HexParser.cs
- ToolStripSeparatorRenderEventArgs.cs
- SiteMapDataSource.cs
- WpfMemberInvoker.cs
- Animatable.cs
- CombinedGeometry.cs
- DesignerActionPanel.cs
- Button.cs
- CommandSet.cs
- PerformanceCounterPermission.cs
- SoapProtocolReflector.cs
- ListBindingHelper.cs
- HttpServerVarsCollection.cs
- SplashScreen.cs
- SafePEFileHandle.cs
- securitycriticaldata.cs
- TextStore.cs
- WebControlAdapter.cs
- DbParameterHelper.cs
- DocumentPageTextView.cs
- EventDescriptor.cs
- ObjectItemConventionAssemblyLoader.cs
- XmlBinaryReaderSession.cs
- Label.cs
- streamingZipPartStream.cs
- DeleteWorkflowOwnerCommand.cs
- FontCollection.cs
- ModuleBuilderData.cs
- SplayTreeNode.cs
- MultiAsyncResult.cs
- MultiSelector.cs
- XPathDocumentIterator.cs
- ConnectionPointCookie.cs
- OrderedDictionary.cs
- WindowsStatic.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- TreeViewHitTestInfo.cs
- UrlPath.cs
- WSSecurityPolicy.cs
- SoapReflector.cs
- ReadOnlyDataSourceView.cs
- ColorConverter.cs
- StateWorkerRequest.cs
- BasicViewGenerator.cs
- SoapSchemaMember.cs
- PowerModeChangedEventArgs.cs
- DataObjectCopyingEventArgs.cs
- ComboBoxAutomationPeer.cs
- TreeViewAutomationPeer.cs
- CodeDirectoryCompiler.cs
- XmlElementList.cs
- OperationAbortedException.cs
- KeyGestureConverter.cs
- DrawingAttributes.cs
- FileDialog_Vista_Interop.cs
- FixedSOMSemanticBox.cs
- SqlCommandAsyncResult.cs
- DocumentPageViewAutomationPeer.cs
- LassoHelper.cs
- HttpModuleActionCollection.cs
- DbConnectionPoolCounters.cs
- ArcSegment.cs
- SpeechEvent.cs
- SqlCacheDependencySection.cs
- GridViewRowPresenterBase.cs