MySqlScriptErrorEventArgs Properties

MySQL Connector/Net

The MySqlScriptErrorEventArgs type exposes the following members.

Properties

  NameDescription
Exception
Gets the exception.
Ignore
Gets or sets a value indicating whether this MySqlScriptErrorEventArgs is ignore.
Line
Gets the line.
(Inherited from MySqlScriptEventArgs.)
Position
Gets the position.
(Inherited from MySqlScriptEventArgs.)
StatementText
Gets the statement text.
(Inherited from MySqlScriptEventArgs.)

See Also