Exception Handling (in the domain of computer programming) deals with the occurrence of irregularities or deviations from the expected behaviour during the execution of the program. UI Path identifies four types of Global Exception Handlers - Continue, Retry, Ignore, Abort. These determine the program's behavior when encountering an execution error.
Continue - The exception is re-thrown.
Ignore - The exception is ignored, and the execution continues from the next activity.
Retry - The activity which threw the exception is retried.
Abort - The execution stops after running the current Global Exception Handler.
An application-oriented question on the topic along with responses can be seen below. The best answer was provided by Balaji Loganathan on 1st March 2023.
Congratulations to the winner!!
Featured Replies
- Share on Facebook
- Share on X
- {lang="reddit_text"
- Share via email
- Share on Pinterest