Transcription: When an exception is re-thrown, flow of control is transferred outward. If an enclosing tri-block exists, it receives control. If there is no enclosing tri-block, control passes to a system-defined exception handler, terminate. Exception handlers of a tri-block that contain a re-throw expression are not re-thrown.