MySqlScriptErrorEventArgs.Exception Property

MySQL Connector/Net

MySqlScriptErrorEventArgsException Property
Gets the exception.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
	Get
public:
property Exception^ Exception {
	Exception^ get ();
}
member Exception : Exception with get

Property Value

Type: Exception
The exception.
See Also