Error Event

MySQL Connector/Net

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public event MySqlScriptErrorEventHandler Error
Visual Basic (Declaration)
Public Event Error As MySqlScriptErrorEventHandler
Visual C++
public:
 event MySqlScriptErrorEventHandler^ Error {
	void add (MySqlScriptErrorEventHandler^ value);
	void remove (MySqlScriptErrorEventHandler^ value);
}

See Also