Click or drag to resize

PaymentActionCancelledException(String, Boolean) Constructor

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

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

Parameters

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