MySqlException Class Members
In This Topic
The following tables list the members exposed by MySqlException.
Public Properties
Public Methods
| Name | Description |
| GetBaseException | When overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions. (Inherited from System.Exception) |
| GetObjectData | Overridden. Populates a SerializationInfo with the data needed to serialize the target object. |
| GetType | Gets the runtime type of the current instance. (Inherited from System.Exception) |
| ToString | Overridden. Returns a string representation of the error message information. |
Top
See Also