|
.NET Framework Beta 2 |
|||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
public int Code
Gets the error code of the nested MySqlSharp.Provider.MySqlError
public MySqlSharp.Provider.MySqlError Error
The MySqlSharp.Provider.MySqlError for this exception.
public string Message
Gets the error message of the nested MySqlSharp.Provider.MySqlError
|
.NET Framework Beta 2 |
|||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |