Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlCodeExporter.cs
- SerialPinChanges.cs
- XamlWrappingReader.cs
- FramingEncoders.cs
- StateValidator.cs
- SvcMapFileLoader.cs
- Rect.cs
- ContextMenuAutomationPeer.cs
- MatchingStyle.cs
- TokenizerHelper.cs
- UnsafeCollabNativeMethods.cs
- DataTableReader.cs
- ClientScriptItemCollection.cs
- DataRecordObjectView.cs
- RelationshipDetailsRow.cs
- ValidationSummary.cs
- IndentedWriter.cs
- GeneralTransform.cs
- XmlSchemaImport.cs
- RemotingAttributes.cs
- SmiConnection.cs
- DATA_BLOB.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- Task.cs
- WorkflowApplicationIdleEventArgs.cs
- Visual3DCollection.cs
- ScriptingScriptResourceHandlerSection.cs
- BrowserCapabilitiesCodeGenerator.cs
- TypefaceMetricsCache.cs
- FixedSOMTableRow.cs
- indexingfiltermarshaler.cs
- TypeToTreeConverter.cs
- DecoderReplacementFallback.cs
- ModelVisual3D.cs
- OrderPreservingSpoolingTask.cs
- MetaData.cs
- HTMLTagNameToTypeMapper.cs
- TableParagraph.cs
- OdbcCommand.cs
- TypeSchema.cs
- UnsafeCollabNativeMethods.cs
- ClientConfigurationHost.cs
- KeyedCollection.cs
- ThemeDirectoryCompiler.cs
- StylusSystemGestureEventArgs.cs
- DataGrid.cs
- SafeEventLogWriteHandle.cs
- HttpStreamMessageEncoderFactory.cs
- DataSourceDesigner.cs
- ResolveDuplexCD1AsyncResult.cs
- TraceUtility.cs
- GeometryValueSerializer.cs
- DebugHandleTracker.cs
- ToolStripItemRenderEventArgs.cs
- MbpInfo.cs
- TemplateLookupAction.cs
- KeyValuePair.cs
- MessageDecoder.cs
- RichTextBox.cs
- WindowsIPAddress.cs
- DictionaryCustomTypeDescriptor.cs
- UpdateException.cs
- Trigger.cs
- AssociationTypeEmitter.cs
- SelectionProviderWrapper.cs
- RegexRunner.cs
- ControlBuilder.cs
- WorkflowTransactionService.cs
- XamlPointCollectionSerializer.cs
- DriveNotFoundException.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ClipboardProcessor.cs
- Margins.cs
- XmlSecureResolver.cs
- QueryCacheKey.cs
- dataprotectionpermission.cs
- NetNamedPipeBindingCollectionElement.cs
- webclient.cs
- ExpressionConverter.cs
- NonSerializedAttribute.cs
- EventLogPermissionEntryCollection.cs
- GZipStream.cs
- TypeConvertions.cs
- XdrBuilder.cs
- ExceptionHelpers.cs
- ToolStripOverflow.cs
- DocumentApplicationDocumentViewer.cs
- XsltOutput.cs
- SchemaElement.cs
- Int32AnimationUsingKeyFrames.cs
- XmlSchemaValidator.cs
- NativeRightsManagementAPIsStructures.cs
- SignatureToken.cs
- RemotingException.cs
- FunctionImportMapping.cs
- CodeDirectiveCollection.cs
- AccessedThroughPropertyAttribute.cs
- SqlDependencyUtils.cs
- FlowDocumentScrollViewer.cs
- DependencyPropertyConverter.cs