Application Acception

how to convert application exception into business exception in uipath. Please help

Hi @shishirshetty2701

You can use throw activity where we can set business exception

Thanks
Ashwin.S

@AshwinS2 i didn’t get it can you elaborate?

Hi @shishirshetty2701
Based on if condition

String.IsNullorEmpty(inputvar)
If True means use throw activity in this exception property say it as new exception (“busex: business exception”)

Thanks
Ashwin.S

@AshwinS2 Thank you. It worked

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