示例#1
0
 /// <summary>
 /// Event handler to handle application level exceptions and log it
 /// </summary>
 /// <param name="sender">The one who raises the event</param>
 /// <param name="e">Arguments supplied with the event</param>
 private void Application_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
 {
     e.HandleException();
 }