C# Class NodeNetAsync.Db.Mysql.MysqlException

Inheritance: System.Exception
Show file Open project: soywiz/NodeNetAsync

Public Properties

Property Type Description
ErrorCode int
MysqlMessage string
SqlState string

Public Methods

Method Description
MysqlException ( int ErrorCode, string SqlState, string Message ) : System

Method Details

MysqlException() public method

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

Property Details

ErrorCode public property

public int ErrorCode
return int

MysqlMessage public property

public string MysqlMessage
return string

SqlState public property

public string SqlState
return string