MySqlScriptErrorEventArgs Constructor

MySQL Connector/Net

Initializes a new instance of the MySqlScriptErrorEventArgs class.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public MySqlScriptErrorEventArgs(
	Exception exception
)
Visual Basic (Declaration)
Public Sub New ( _
	exception As Exception _
)
Visual C++
public:
MySqlScriptErrorEventArgs(
	Exception^ exception
)

Parameters

exception
Type: System..::.Exception
The exception.

See Also