silent property

bool silent
getter/setter pair

A flag indicating whether the exception should be silent or not.

If set to true, the exception may be logged or reported in a way that does not interfere with the user experience.

Implementation

bool silent;