Error Handling

⌘K
  1. Home
  2. Docs
  3. Error Handling
  4. ReThrow

ReThrow

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.