BizTalk: Catch exception in orchestration

119 Views Asked by At

I'm new in BizTalk, I want to add catch exception in orchestration, but I do not see any component like CatchException in Toolbox.

How can I do this?

1

There are 1 best solutions below

1
Thien Long On BEST ANSWER

You can do this by adding a Scope component, then create new Exception Handler in Scope component. enter image description here