







![]() ![]() |
MySQL Connector/Net |
MySqlScriptErrorEventArgs Constructor |
MySqlScriptErrorEventArgs Class See Also Send Feedback |
![]() |
Initializes a new instance of the MySqlScriptErrorEventArgs class.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public MySqlScriptErrorEventArgs( Exception exception ) |
Visual Basic |
---|
Public Sub New ( _ exception As Exception _ ) |
Visual C++ |
---|
public: MySqlScriptErrorEventArgs( Exception^ exception ) |
Parameters
- exception
- Type: System..::..Exception
The exception.