コード例 #1
0
ファイル: App.xaml.cs プロジェクト: rcw0125/-
 //多线程异常
 static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     ComShowExecption_Frm.ShowException((Exception)e.ExceptionObject);
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: rcw0125/-
 void App_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
 {
     ComShowExecption_Frm.ShowException((Exception)e.Exception);
 }