Click or drag to resize

ActionTreatAllErrorsAsFriendly Property

The flag is solemnly used by code method actions, and only if HaltOnError is set to true. If set to true all exceptions thrown by a code method will be reported to the user in a "friendly" way. If set to false only exceptions derriving from FriendlyException will be displayed in a "friendly" way.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool TreatAllErrorsAsFriendly { get; }

Property Value

Type: Boolean
See Also