bool isControlFlowException
read / write

Whether or not this is a control flow exception.

A control flow exception is considered normal behavior by an application. When RequestController.letUncaughtExceptionsEscape is true, a control flow exception will not escape and will instead be caught silently.

By default, this value is true.