Assign Activity not moving to try catch

Hi All,

i have simple assign activity input is string and i am converting to int(32) and holding variable “Year” but i am passing input as letters in year like “Two Thousand Twenty Four” in this case program need to move to try catch but it is not move and struck in assign active.
Could you please help any one.

@rama_krishna_Rao,

It’s because you are running in Debug mode. Enable Continue on Error button on Debug menu highlighted below and then try.

Thanks,
Ashok :slight_smile:

Hi @rama_krishna_Rao

Try catch exceptions are caught when run in Run mode. If you want to catch the exception in Debug mode then enable Continue on Exception in Debug Panel.

Check the below thread for screenshot

Regards

Thanks a lot @ashokkarale. Now i found my mistake.

Thanks,
Rama

1 Like

Thanks a lot @vrdabberu. Now it’s working…

Hi @rama_krishna_Rao

Please do mark the post as solution so that it helps other community member’s to find the solution if they are facing same issue.

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.