Query of different exception

Hello everyone,
Today my query is all about the different exception in try catch.
I wanted to know about the exception what is the meaning of these exceptions.
So can I use these exception according to my work

Please help me

Hi @lakshya_garg1

Refer the link for more information about exception

Regards
Gokul

Hi @lakshya_garg1,

In Uipath, exceptions are similar in nature like in c# and dotnet.

Below are few useful links.

Kind Regards,
AK

And also refer this link for Info
@lakshya_garg1

Regards
Gokul

@lakshya_garg1

When you place anything into try catch maximum exceptions will be handled by catch as exception itself

Hope this will help you

Thanks