MySqlScriptErrorEventArgs Properties

MySQL Connector/Net

MySqlScriptErrorEventArgs Properties

The MySqlScriptErrorEventArgs type exposes the following members.

Properties
  Name Description
Public property Exception
Gets the exception.
Public property Ignore
Gets or sets a value indicating whether this MySqlScriptErrorEventArgs is ignore.
Public property Line
Gets the line.
(Inherited from MySqlScriptEventArgs.)
Public property Position
Gets the position.
(Inherited from MySqlScriptEventArgs.)
Public property StatementText
Gets the statement text.
(Inherited from MySqlScriptEventArgs.)
Top
See Also