Google News
logo
Blue Prism - Interview Questions
Explain the different stages of exception handling
You can achieve exception handling by following stages:
 
Recovery : Begins a block for handling exceptions. 
 
Resume : Ends a block for handling exceptions. 
 
Exception : Explicitly raises an exception in the execution of a process or object. 
Advertisement