Select the incorrect statement.
A. An exception generated inside a block will be handled by the Recover Stage in the same block
B. Without Blocks, any extra Recover Stages on a page will be superfluous
C. One recover Stage can handle all exceptions on a page
D. Blocks can overlap as well as nested.
Answers
Answered by
7
Blocks can overlap as well as nested........
Answered by
0
Option d) Blocks can overlap as well as nested.
- Blocks should not overlap and cannot be nested.
- Any blue prism solution must have exception handling as a crucial component. An issue that develops while a process or object is being used is referred to as an exception.
- Recover1 catches the exception from Calc1 because Recover will assume responsibility for any exception that arises from inside a block while it is present.
- Your Exception1 gets captured at Recover2 because a Recover that is not inside a block is responsible for exceptions arriving from anywhere else on the page. When you return to Calc1 and this exception is not neutralised (Resumed), a new exception enters the picture. The golden rule is to refrain from having more than one exception at a time, therefore this is likely the source of your issue.
#SPJ2
Similar questions
English,
7 months ago
Social Sciences,
7 months ago
English,
7 months ago
Physics,
1 year ago
Science,
1 year ago