2013年5月7日

线程已被中止- “Thread was being aborted”

摘要: 线程已被中止- “Thread was being aborted”遇到过这个exception么? 这个exception是为什么而产生的呢?下面的代码段来自MSDN, 很有说明性.简单来说, 就是当进程还想继续执行的时候, 发现自己已经被调用过Abort方法了. 既然自己作为线程已经被中止, 就无法执行罗, 于是exception丢了出来.下面的代码来自MSDN, 说明问题:The following example demonstrates aborting a thread. The thread that receives the ThreadAbortException uses 阅读全文

posted @ 2013-05-07 14:13 jiahuafu 阅读(655) 评论(0) 推荐(0) 编辑

导航