在WPF中,如果有未处理的异常,可以使用 Application.Current.DispatcherUnhandledException来捕获,但是,如果是在线程里面的未处理异常,该用那个来捕获呢?我记得在winform中可以使用Application.ThreadException 。。。