How to know which exception is caused during execution- Pega RPA
Hi,
I know that if we need to catch exception we need to enclose it under try/catch block..
But , my question is , the code can throw any exception , running the code with debug mode, how can i check which exception is thrown so that i can gracefully handle the exception in the code.
Thanks,
Mukund