C# Class NodeNetAsync.Db.Mysql.MysqlException

Inheritance: System.Exception
Afficher le fichier Open project: soywiz/NodeNetAsync

Méthodes publiques

Свойство Type Description
ErrorCode int
MysqlMessage string
SqlState string

Méthodes publiques

Méthode Description
MysqlException ( int ErrorCode, string SqlState, string Message ) : System

Method Details

MysqlException() public méthode

public MysqlException ( int ErrorCode, string SqlState, string Message ) : System
ErrorCode int
SqlState string
Message string
Résultat System

Property Details

ErrorCode public_oe property

public int ErrorCode
Résultat int

MysqlMessage public_oe property

public string MysqlMessage
Résultat string

SqlState public_oe property

public string SqlState
Résultat string