摘要:
static void UnhandledExceptionEventHandler(object sender, UnhandledExceptionEventArgs e) { Util.Log(e.ExceptionObject.ToString());//写日志 } void Current_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e) { System.Windows.MessageBox.Show(e.Exc. 阅读全文