ReThrow

When to use this activity

When you are required to retry the execution of the sequence when an exception occurs, the Rethrow activity can be used. Rethrow activity throws a previously thrown exception from within a TryCatch activity while retaining the original source of the exception.

Figure 1

Activity Name

Picture

Rethrow

r

Technical Reference

Figure 1.1

tr

S.no

Description

1

Display name shows the action that the activity performs

t This activity can be used within a Try Catch. This activity is used to retry the exception case within the Catch block of a TryCatch activity.

Example

The aforementioned scenario uses each Error Handling activity to perform the operation.

Figure 1.2

a

Figure 1.3

a