System.Activities.Statements.Rethrow
- Rethrow activity is used when activities needs to executed before the exception is thrown, so in the Catch, put that activity and it will throw the exception that occurred originally that put it into the Catch and end the process.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.