C# 클래스 Deveel.Data.Sql.Statements.StatementException

상속: SqlErrorException
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
StatementException ( ) : System
StatementException ( int errorCode ) : System
StatementException ( int errorCode, string message ) : System
StatementException ( int errorCode, string message, Exception innerException ) : System
StatementException ( string message ) : System
StatementException ( string message, Exception innerException ) : System

메소드 상세

StatementException() 공개 메소드

public StatementException ( ) : System
리턴 System

StatementException() 공개 메소드

public StatementException ( int errorCode ) : System
errorCode int
리턴 System

StatementException() 공개 메소드

public StatementException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

StatementException() 공개 메소드

public StatementException ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
리턴 System

StatementException() 공개 메소드

public StatementException ( string message ) : System
message string
리턴 System

StatementException() 공개 메소드

public StatementException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System