Clarification needed on Global Exception Handler

Hi All

If i am using a global exception handler and also Try catch around some sequence surrounding some activities then what will happen ? Will the global exception handler be executed or the Catch section or both ?

Is it a good practice to use global handler for all projects ?

How good is it to surround the entire Main which contains a big Flowchart/Sequence with a Try block ?

Hi @kkpatel

Check this for your reference

https://go.uipath.com/component/global-handler-for-exceptions#

Thanks
Ashwin S

1 Like

Thanks @AshwinS2.
Could you please reply on my rest two questions ?