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.
現在のプロジェクトでは、通常のForループの代わりにParallel.Forループを使用しています。私の質問は、Parallel.Forループで1つの反復が失敗した場合、例外を処理できるかどうかです。
更新: aktonのコメントに基づく。
いいえ、Parrellel.For例外を処理しません。例外は自分で処理する必要があります。
Parrellel.For
簡単な説明については、こちらをご覧ください