Exemple #1
0
 protected void OnAppError(AppErrorEventArgs e)
 {
     if (OnAppErrorHandler != null)
         OnAppErrorHandler(this, e);
 }
Exemple #2
0
 private void App_OnErrorOut(object sender, AppErrorEventArgs e)
 {
     txtConsole.Text += e.Message;
 }