コード例 #1
0
ファイル: Window1.xaml.cs プロジェクト: Ttxman/NanoTrans
 void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     TrySaveSpeakersDatabase();
     ExceptionCatchWindow w = new ExceptionCatchWindow(this, e.ExceptionObject as Exception);
     w.ShowDialog();
 }
コード例 #2
0
        void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {

            ExceptionCatchWindow w = new ExceptionCatchWindow(this, e.ExceptionObject as Exception);
            w.ShowDialog();
        }