PaymentActionCancelledException(String, Boolean) Constructor |
Namespace: Resto.Front.Api.ExceptionsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxpublic PaymentActionCancelledException(
string message,
bool keepInOrder = false
)
Parameters
- message String
- Error message.
- keepInOrder Boolean (Optional)
- Keep payment in the order if possible.
See Also