|
.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 |
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 |
---|
public int Code
The mySQL error code.
public string Message
The mySQL error message.
Method Detail |
---|
public string ToString()
Gets the string representation of this error.
Returns:
|
.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 |