MySQL Connector/Net
MySqlScriptErrorEventArgsException Property |
Gets the exception.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

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: ExceptionThe exception.
