MySqlScriptErrorEventArgs Constructor

MySQL Connector/Net

MySqlScriptErrorEventArgs Constructor
Initializes a new instance of the MySqlScriptErrorEventArgs class.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlScriptErrorEventArgs(
	Exception exception
)
Public Sub New ( 
	exception As Exception
)
public:
MySqlScriptErrorEventArgs(
	Exception^ exception
)
new : 
        exception : Exception -> MySqlScriptErrorEventArgs

Parameters

exception
Type: SystemException
The exception.
See Also