ReThrow
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 |
|
Figure 1.1 |
S.no |
Description |
1 |
Display name shows the action that the activity performs |
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.
The aforementioned scenario uses each Error Handling activity to perform the operation.
Figure 1.2
Figure 1.3