30-04-22 08:35 AM
"Recover/resume/throw blocks for exception handling are highly flexible, but if in any case a second exception is
thrown after a recover but before a resume, Blue Prism will simply perform a fatal exception and terminate
execution. As part of best practices, special care needs to be taken to ensure that any operations inside exception
handling have minimal risk of triggering this case and ending the possibility of error recovery."
in bp Advanced Consolidation Exercise, was mentioned that may an exception occurs after recover but before resume, how could this happen?could anyone please explain this to me?
02-05-22 09:17 AM