C# Class System.Data.Common.DbException

Inheritance: System.Runtime.InteropServices.ExternalException
显示文件 Open project: dotnet/corefx Class Usage Examples

Protected Methods

Method Description
DbException ( System info, System context )
DbException ( string message )
DbException ( string message, System innerException )
DbException ( string message, int errorCode )

Method Details

DbException() protected method

protected DbException ( System info, System context )
info System
context System

DbException() protected method

protected DbException ( string message )
message string

DbException() protected method

protected DbException ( string message, System innerException )
message string
innerException System

DbException() protected method

protected DbException ( string message, int errorCode )
message string
errorCode int