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
- ToolStripContainer.cs
- SemanticResolver.cs
- SingleQueryOperator.cs
- WebMessageEncodingElement.cs
- CurrentTimeZone.cs
- SqlDataSourceView.cs
- SchemaImporter.cs
- RoleExceptions.cs
- BaseEntityWrapper.cs
- BooleanProjectedSlot.cs
- Vector3DCollectionConverter.cs
- ResourceProperty.cs
- SHA1Managed.cs
- KnownBoxes.cs
- Logging.cs
- DoubleIndependentAnimationStorage.cs
- WebPartCollection.cs
- SourceItem.cs
- HtmlGenericControl.cs
- ImplicitInputBrush.cs
- MultiSelectRootGridEntry.cs
- DiscoveryProxy.cs
- DiscardableAttribute.cs
- WorkflowPersistenceService.cs
- StringConcat.cs
- safesecurityhelperavalon.cs
- NoneExcludedImageIndexConverter.cs
- WebPartChrome.cs
- ClientFormsIdentity.cs
- GacUtil.cs
- IndependentlyAnimatedPropertyMetadata.cs
- PathFigureCollectionValueSerializer.cs
- ExponentialEase.cs
- PageBreakRecord.cs
- APCustomTypeDescriptor.cs
- DataGridItemCollection.cs
- WebAdminConfigurationHelper.cs
- GeneralTransform3D.cs
- InputReferenceExpression.cs
- SqlComparer.cs
- ApplicationCommands.cs
- ToolBarButtonDesigner.cs
- SelectedCellsChangedEventArgs.cs
- COM2PictureConverter.cs
- DynamicILGenerator.cs
- TextBlockAutomationPeer.cs
- SafeNativeMethodsMilCoreApi.cs
- ArgumentReference.cs
- RootBrowserWindowAutomationPeer.cs
- AnnotationStore.cs
- DataServiceRequest.cs
- HttpCacheVary.cs
- GeneralTransform.cs
- Model3D.cs
- DbMetaDataColumnNames.cs
- __TransparentProxy.cs
- RelationshipDetailsRow.cs
- EtwTrackingBehaviorElement.cs
- SqlProfileProvider.cs
- XmlSchemaCompilationSettings.cs
- Subtree.cs
- CompositeActivityTypeDescriptorProvider.cs
- PersonalizationStateInfo.cs
- HTMLTagNameToTypeMapper.cs
- HtmlInputSubmit.cs
- InvalidStoreProtectionKeyException.cs
- ImportCatalogPart.cs
- AssociationSetMetadata.cs
- Compress.cs
- ItemContainerGenerator.cs
- NullRuntimeConfig.cs
- ExpressionVisitor.cs
- FontWeightConverter.cs
- XPathDocumentBuilder.cs
- UserControlAutomationPeer.cs
- LinqToSqlWrapper.cs
- WebCategoryAttribute.cs
- HttpListenerPrefixCollection.cs
- NetworkInformationException.cs
- RootDesignerSerializerAttribute.cs
- _WinHttpWebProxyDataBuilder.cs
- BaseAppDomainProtocolHandler.cs
- XmlReader.cs
- MarshalByValueComponent.cs
- UnhandledExceptionEventArgs.cs
- XPathLexer.cs
- WebPartZoneBase.cs
- MatrixAnimationUsingPath.cs
- BridgeDataRecord.cs
- XmlAutoDetectWriter.cs
- TemplatingOptionsDialog.cs
- PointValueSerializer.cs
- XpsResource.cs
- _NetRes.cs
- WriterOutput.cs
- AmbiguousMatchException.cs
- IDReferencePropertyAttribute.cs
- ColumnResizeAdorner.cs
- ObjectParameterCollection.cs
- SpeechAudioFormatInfo.cs