UiPath AI Specialist v1 — Question 138

What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present?

Answer options

Correct answer: A

Explanation

When executing a Try Catch activity without any Catches section, any exception thrown within the Try section will lead to a runtime error, as there is no mechanism to handle it. Options B and D imply that exceptions can be managed, while C suggests a validation issue that is not relevant in this context.