开发者

Windows workflow error handling

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜