C# 클래스 NodeNetAsync.Db.Mysql.MysqlException

상속: System.Exception
파일 보기 프로젝트 열기: soywiz/NodeNetAsync

공개 프로퍼티들

프로퍼티 타입 설명
ErrorCode int
MysqlMessage string
SqlState string

공개 메소드들

메소드 설명
MysqlException ( int ErrorCode, string SqlState, string Message ) : System

메소드 상세

MysqlException() 공개 메소드

public MysqlException ( int ErrorCode, string SqlState, string Message ) : System
ErrorCode int
SqlState string
Message string
리턴 System

프로퍼티 상세

ErrorCode 공개적으로 프로퍼티

public int ErrorCode
리턴 int

MysqlMessage 공개적으로 프로퍼티

public string MysqlMessage
리턴 string

SqlState 공개적으로 프로퍼티

public string SqlState
리턴 string