On exception, jump to later step label -- >is not catching the exception.
Hi,
In an activity named TestActivity, I tried to assign 2/0 to a local variable using property-set method (Intentionally, to catch exception).
On exception, jump to later step label --> Mentioned the step label.
But, still its not catching and Activity is ending there itself with the result as exception.
I am able to catch the exception using pxMethodStatus property.
Could you please advise, why its unable to catch java.lang.ArithmeticException: / by zero .
***Updated by moderator: Lochan to add Categories***