Current.DispatcherUnhandledException += Current_DispatcherUnhandledException;//ui线程上未处理的异常
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;//所有未处理的异常
Current.DispatcherUnhandledException += Current_DispatcherUnhandledException;//ui线程上未处理的异常
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;//所有未处理的异常