示例#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);
 }