resumeErrorAfterFinally property

bool resumeErrorAfterFinally
getter/setter pair

Set when the finally block named by errorAfterFinallyTry has finished, so the next state-machine step re-raises the held error instead of executing the statement that follows the try.

Implementation

bool resumeErrorAfterFinally = false;