@kkpatel wrote:
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 ?
Posts: 3
Participants: 2