/// <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); }