MySqlScriptErrorEventArgs Constructor

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.

See Also