Rethrow
System.Activities.Statements.Rethrow
The "Exception - Rethrow" activity in AutomatR is used to rethrow an exception within a workflow. When an exception occurs, the "Rethrow" activity allows you to propagate the exception to the calling workflow or higher-level catch blocks. This can be useful when you want to handle exceptions at a higher level in the workflow hierarchy or provide additional context before rethrowing.
Properties
Name | Description |
---|---|
Misc | |
Display Name | The display name of the activity. A display name is automatically generated when you indicate a target. |
The "Exception - Rethrow" activity doesn't have additional properties beyond the display name. It serves a specific purpose in exception handling workflows, allowing for the controlled rethrowing of an exception to handle it at a higher level or to provide additional context.
By strategically placing the "Rethrow" activity within your workflow, you can manage how exceptions are handled at different levels, providing flexibility in designing robust and error-tolerant automation processes.