Hello Everyone,
System.Exception is not listing. Previously it was appearing. Could you please let me know how to add System.Exception it is not showing if I browse and shows only SystemException
Hello Everyone,
System.Exception is not listing. Previously it was appearing. Could you please let me know how to add System.Exception it is not showing if I browse and shows only SystemException
Did you try and search for ‘Exception’ instead of ‘System.exception’?
Yes, I am sick and tired by checking this exception. It is nowhere listing.
Looks like it’s somehow been removed from the mscorlib assembly, which is really odd. I think you’ll have to reset it somehow. Can you try and make a new sequence, and check if shows up there?
Hi @Boopathi,
Verify your imports that it has the system namespace. The exceptions class exists in the system namespace. if not please add it.
Regards
Balamurugan.S
@balupad14. Thank you. I dropped new try catch sequence and it appears. I have a doubt. Is system.exception can be added only once in Try catch activity?
Yes. Can have purpose to trigger only once.
Regards
Balamurugan.S
hi @balupad14. Thank you for clarification.