MySqlSharp.Provider
Class MySqlException

The exception that is thrown when mySQL returns a warning or error.

Property Summary
int Code
         Gets the error code of the nested MySqlSharp.Provider.MySqlError
MySqlSharp.Provider.MySqlError Error
         The MySqlSharp.Provider.MySqlError for this exception.
string Message
         Gets the error message of the nested MySqlSharp.Provider.MySqlError

Properties inherited from class System.Exception
HelpLink, HResult, InnerException, Source, StackTrace, TargetSite

Methods inherited from class System.Exception
GetBaseException, GetObjectData, ToString

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


Property Detail

Code

public int Code

Gets the error code of the nested MySqlSharp.Provider.MySqlError


Error

public MySqlSharp.Provider.MySqlError Error

The MySqlSharp.Provider.MySqlError for this exception.


Message

public string Message

Gets the error message of the nested MySqlSharp.Provider.MySqlError