Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我当前的项目中,我使用的是 Parallel.For 循环而不是普通的 For 循环。我的问题是如果 Parallel.For 循环中的一次迭代失败,它是否能够处理异常?
更新:基于akton的评论。
不,Parrellel.For不处理异常。您应该自己处理异常。
Parrellel.For
有关简要说明,请参见此处