Click or drag to resize

EAPException Constructor (String, Exception)

Standard constructor when no additional developer information is desired.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EAPException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message as intended for the user.
innerException
Type: SystemException
The inner exception, if any.
See Also