What is the equivalent for try-finally block in workflow foundation?
Posted
by HuBeZa
on Stack Overflow
See other posts from Stack Overflow
or by HuBeZa
Published on 2010-06-06T14:56:47Z
Indexed on
2010/06/06
15:02 UTC
Read the original article
Hit count: 319
There is a specific activity I want to execute even after exception has thrown, just like a try{}finally{} block.
Is it possible in sequential workflow using WF v3.5?
© Stack Overflow or respective owner