exceptiondan gelen mesajı yazarmısın.. anlamlı bir mesaj çıkmıyorsa catch boluguna exception yerine MySqlException yazıp denermisin

catch (MySqlExcetion ex)
{
messagebox.show(("An Error Occurred. " + ex.Number + “ – “ + ex.Message));
}