void mysql_OnError(object sender, Mysql.MysqlConnection.MysqlErrorEventArgs e) { MessageBox.Show(e.getException().Message); }