Hi Team Good Day.
Can anyone let me know that, how to Identify where the System Exception is thrown, If the client does not agree to ‘take screenshots’ due to security issues, How can I know the state of the application screen is thrown exception.
Hi Team Good Day.
Can anyone let me know that, how to Identify where the System Exception is thrown, If the client does not agree to ‘take screenshots’ due to security issues, How can I know the state of the application screen is thrown exception.
Place the code in try catch and in the catch section you can handle the exception as per your requirement. So, when ever the error occurs then the code will move into catch section and that will help you to know about the error and the source of the error occured.
Regards
Exception.Source will give you source activity which is failed.Check with client if they can help with a Sharedrive to store screenshot’s instead of storing them on Orchestrator.
Thanks,
Ashok ![]()
Also, have a look at global handlers and which info is provided when the global handler is triggered