【发布时间】:2013-07-01 15:58:08
【问题描述】:
我已经在 VS 调试异常对话框中设置了 ThreadAbortException,但它永远不会中断,即使我在我的代码中显式地使用了 Thread.Abort()。
我可以在控制台中看到以下条目:
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in System.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code
有没有办法让 VS 打破这些异常? (我在桌面使用 VS Express 2012,但如果需要,可以访问完整的 VS)
【问题讨论】:
标签: visual-studio visual-studio-debugging threadabortexception