UserInterface.SilentSoftErrors Field

GeonBit.UI

UserInterfaceSilentSoftErrors Field
If true, GeonBit.UI will not raise exceptions on sanity checks, validations, and errors which are not critical. For example, trying to select a value that doesn't exist from a list would do nothing instead of throwing exception.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool SilentSoftErrors

Field Value

Type: Boolean
See Also