MySql.Data.MySqlClient.MySqlScriptErrorEventArgs.MySqlScriptErrorEventArgs C# (CSharp) Method

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
    public MySqlScriptErrorEventArgs(Exception exception)
      : base()
    {
      this.exception = exception;
    }
MySqlScriptErrorEventArgs