Click or drag to resize

GoCardlessException Constructor (String, String, Exception, ExceptionOptions)

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

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

Parameters

userMessage
Type: SystemString
The user error message.
developerMessage
Type: SystemString
The developer error message.
innerException
Type: SystemException
The inner exception.
options
Type: NetQuarryExceptionOptions
Exception options (eg hide inner exception from user).
See Also