Rethrow

Rethrow activity is used within an exception-handling routine to throw the caught error again. This is useful if you want to perform some processing within an error-handling routine, and also send it to the next higher scope.