Beispiel #1
0
 protected void OnAppException(AppExceptionEventArgs e)
 {
     if (OnAppExceptionHandler != null)
         OnAppExceptionHandler(this, e);
 }
Beispiel #2
0
 private void App_OnExceptionOut(object sender, AppExceptionEventArgs e)
 {
     txtConsole.Text += e.Message;
 }