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.
try{}finally{}ブロックのように、例外がスローされた後でも実行したい特定のアクティビティがあります。
try{}finally{}
WF v3.5を使用したシーケンシャルワークフローで可能ですか?
WF3 にはそのようなものはありませんが、それは WF4 で追加されたものです。
Wf3 では、障害ハンドラーを追加し、アクティビティを実行し、ThrowActivity を使用して例外を再度スローする必要があります。