开发者

Windows workflow error handling

开发者 https://www.devze.com 2023-03-22 09:13 出处:网络
In side the WF, I want to move into upper activities based on the error code receive at catch activity.

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

精彩评论

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