If the system exception occurred even after max retry. We would like to take the screenshot of the screen and send email to us.
The current flow is taking screenshot … But it is taking screenshot once the browser is closed due to system exception.
I have set max retry count : 3 in queue and same value is updated in config file.
Currently I have placed take screenshot workflow in the finally block of “Try Catch SetTransactionStatus (SE)” ( please refer the above screenshot)
Please let us know where exactly I need to place the take screenshot workflow to take screenshot when the system exception occurred ONLY after max retry count is reached
But we want to take screenshot and send email only after the max retry count is reached… If i place the main xaml try catch block … it will take only after max retry is reached or everytime the system exception occured?