C# Class NodeNetAsync.Db.Mysql.MysqlException

Inheritance: System.Exception
Mostra 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_oe property

public int ErrorCode
return int

MysqlMessage public_oe property

public string MysqlMessage
return string

SqlState public_oe property

public string SqlState
return string