Exception Rethrow

Hi,

I am having a Dialog box where i can enter only numeric value so I declared output of that as integer variable, if by mistake i enter alpha or special characters it should throw a exception in a way you have entered a wrong account number, for this i place this dialog box in Try Catch activity, this logic works for the first time, if I enter the wrong account number for next time it has to show me the same alert message as many times I enter the wrong account number, how to loop this condition.

Thanks in advance.

@anudeep_k,

buddy, Would you like to place that try catch block in a loop or kindly correct me if i have understood your query wrongly.

Cheers…!

Yes you are correct.

@anudeep_k

Buddy…Then you can place the try catch block inside any loop activities based on the condition available with you

cheers…!

Okay, Thank You. :slight_smile: