MySqlSharp.Provider
Class MySqlError

Collects information relevant to a warning or error returned by mySQL.

Property Summary
int Code
         The mySQL error code.
string Message
         The mySQL error message.

Method Summary
string ToString()
         Gets the string representation of this error.

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Property Detail

Code

public int Code

The mySQL error code.


Message

public string Message

The mySQL error message.

Method Detail

ToString

public string ToString()

Gets the string representation of this error.

Returns:
The error text.