PaymentActionCancelledException Constructor (String, Boolean) |
Namespace:
Resto.Front.Api.Exceptions
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public PaymentActionCancelledException(
string message,
bool keepInOrder = false
)
Parameters
- message
- Type: SystemString
Error message. - keepInOrder (Optional)
- Type: SystemBoolean
Keep payment in the order if possible.
See Also