Business Rule Exception With Global Exception Handler

If I use a sequence in try catch block and use a throw activity to handle the Business rule Exception. The Exception goes into the Global Handler directly. Exception is not going on into Catch Block Either I am also use BusinessRuleException catch block inside the Catch.

I am Using Community version of studio. So that issue with Community Version or Another Issue are be there.

Hi!

Global exception handler will handle the exceptions globally. It won’t go to the catch block.

if you disable the global exception handler then only catch block will works

Reference:

Regards,
NaNi