Esempio n. 1
0
 private async void OnSynchronizationContextUnhandledException(object sender, LanscanUnhandledExceptionEventArgs e)
 {
     e.Handled = true;
     await new MessageDialog("OnSynchronizationContextUnhandledException:" + Environment.NewLine + e.Exception.Message).ShowAsync();
 }
Esempio n. 2
0
 private async void OnSynchronizationContextUnhandledException(object sender, LanscanUnhandledExceptionEventArgs e)
 {
     e.Handled = true;
     await new MessageDialog("OnSynchronizationContextUnhandledException:" + Environment.NewLine + e.Exception.Message).ShowAsync();
 }