C# Class MySql.Data.MySqlClient.MySqlScriptErrorEventArgs

Inheritance: MySqlScriptEventArgs
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
MySqlScriptErrorEventArgs ( Exception exception ) : MySql.Data.Common

Initializes a new instance of the MySqlScriptErrorEventArgs class.

Method Details

MySqlScriptErrorEventArgs() public method

Initializes a new instance of the MySqlScriptErrorEventArgs class.
public MySqlScriptErrorEventArgs ( Exception exception ) : MySql.Data.Common
exception System.Exception The exception.
return MySql.Data.Common