Click or drag to resize

PaymentActionFailedException(String, Boolean) Constructor

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

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

Parameters

message  String
Error message.
keepInOrder  Boolean  (Optional)
Keep payment in the order if possible.
See Also