Argument Value not reflecting

Hi, all this is a silly question, but I can’t seem to figure out why it is happening. I am assigning values to out arguments before a business exception occurs, but the values are not getting applied, and they are coming up as blank. Please advise if there is an obvious flaw I am missing.


@Anived_Mishra

When an exception occurs arguments values are not passed out…they by default become null

Cheers

Thanks for your response @Anil_G !

1 Like

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