コード例 #1
0
 private void Runtime_Exception(object sender, EO.Base.ExceptionEventArgs e)
 {
     //do nothing!
 }
コード例 #2
0
 private static void Runtime_Exception(object sender, EO.Base.ExceptionEventArgs e)
 {
     MessageBox.Show("handled");
 }