In side the WF, I want to move into upper activities based on the error code receive at catch activity. What is the most suitable way to fix thi开发者_StackOverflow社区s matter?
Use the TryCatch activity. You just need to determine whether you should rethrow in the catch. It is basically the same structured error handling as in C# and VB.Net.
精彩评论