Ejemplo n.º 1
0
 /// <summary>
 /// last resort exception sink, does not assume the application is operable other than logging
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private static void App_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
 {
     ExceptionViewer.DisplayUnhandledException(e);
 }