public void threadMethod() try // do something catch (ThreadInterruptedException因此,当异常ThreadInterruptedException被抛入最后块时,线程可能会被中断,对吗?我一定要最后把这块围起来再试一次吗?
谢谢!
this.doWork));...//in doWork()...catch (System.Threading.ThreadInterruptedException)//it never hits here. it use to我进行了搜索,但在代码中没有任何捕获,这是唯一的捕获(System.Threading.ThreadInterruptedException为什么它能捕捉到这一点,而不是<em