Ver originalcatch (Exception) { MessageBox.Show("jajajajaja"); }
Ver originalcatch (Exception ex) { MessageBox.Show(ex.Message); }