silent property
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;
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.
bool silent;