Click or drag to resize

EAPException Constructor (String, String, Exception, ExceptionOptions)

Full constructor allowing for a developer message and/or exception options

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EAPException(
	string userMessage,
	string developerMessage = null,
	Exception innerException = null,
	ExceptionOptions options = 
)

Parameters

userMessage
Type: SystemString
The message as intended for the user.
developerMessage (Optional)
Type: SystemString
Additional message information intended for developers.
innerException (Optional)
Type: SystemException
The inner exception, if any.
options (Optional)
Type: NetQuarryExceptionOptions
The exception options, if any.
See Also