Skip to content
On this page

Try Catch

Description

Catches a specified exception type in a sequence or activity, and either displays an error notification or dismisses it and continues the execution.

Catches a specified exception type in a sequence or activity, and either displays an error notification or dismisses it and continues the execution.

The activity body contains three fields:

  • Try - The activity performed which has a chance of throwing an error.

  • Catches - The activity or set of activities to be performed when an error occurs. Exception - The exception type to look for. You can add multiple exceptions.

  • Finally - The activity or set of activities to be performed after the Try and Catches blocks are executed. This section is executed only when no exceptions are thrown or when an error occurs and is caught in the Catches section.

A product of IRTech Company