C# 클래스 System.Data.Common.DbException

상속: System.Runtime.InteropServices.ExternalException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

보호된 메소드들

메소드 설명
DbException ( System info, System context )
DbException ( string message )
DbException ( string message, System innerException )
DbException ( string message, int errorCode )

메소드 상세

DbException() 보호된 메소드

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

DbException() 보호된 메소드

protected DbException ( string message )
message string

DbException() 보호된 메소드

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

DbException() 보호된 메소드

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