Click or drag to resize

EAPActionException Constructor (Exception)

The action "wrapper" constructor typically used to wrap a non-action exception specified as the innerException. The Message and DeveloperMessage (if any) will be copied from the provided exception. Note that an EAPActionException may be used as a wrapper around a non-action exception to signal that, even though the inner exception was encountered in an area of code where an error would typically be presented in-line (e.g. rendering console pane content), this exception is the result of a user action and should be presented as a typical user error.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EAPActionException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
The inner exception, if any.
See Also