Наследование: System.EventArgs
Пример #1
0
 private void handleThrowException(object sender, ExceptionEventArgs e)
 {
     MessageBox.Show(e.Exception.ToString());
     changeCurrentFile(null);
     changeMainPanelEnabled(true);
 }