Click or drag to resize

EAPExceptionIsActionError Property

This exception is the result of a user action. When encountered in an area of code where errors would typically be presented in-line (e.g. rendering console pane content) the exception should be handled as a normal user error. This typically means presenting the user with an error alert or message box. Note that an EAPActionException may be used as a wrapper around a non-action exception to signal that the inner exception was encountered in such an area.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool IsActionError { get; set; }

Property Value

Type: Boolean
See Also