C# 클래스 Deveel.Data.Sql.SqlErrorException

An error thrown during the execution of a SQL statement that violates the model.
상속: ErrorException
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

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

메소드 상세

SqlErrorException() 공개 메소드

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

SqlErrorException() 공개 메소드

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

SqlErrorException() 공개 메소드

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