Click or drag to resize

PaymentActionFailedException Constructor (String, Boolean)

Initializes a new instance of the PaymentActionFailedException class with a specified error message.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public PaymentActionFailedException(
	string message,
	bool keepInOrder = false
)

Parameters

message
Type: SystemString
Error message.
keepInOrder (Optional)
Type: SystemBoolean
Keep payment in the order if possible.
See Also