UiPath Automation Developer Professional v1 — Question 163
In the Global Exception Handler, which arguments are provided by default and should not be removed?
Answer options
- A. errorInfo with the “In” direction result with the “In” direction
- B. errorInfo with the “Out” direction result with the “In/Out” direction
- C. errorInfo with the “In” direction result with the “Out” direction
- D. errorInfo with the “In” direction result with the “In/Out” direction
Correct answer: C
Explanation
The correct answer is C, as the Global Exception Handler is designed to include errorInfo with the “In” direction and the result with the “Out” direction by default. Options A, B, and D contain incorrect combinations of argument directions that do not align with the expected defaults.