CannotCancelNotNewDeliveryException(Guid, String, Exception) Constructor |
Initializes a new instance of the
CannotCancelNotNewDeliveryException class with a specified delivery id,
error message and a reference to the inner exception that is the cause of this exception.
Namespace: Resto.Front.Api.ExceptionsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic CannotCancelNotNewDeliveryException(
Guid deliveryId,
string message,
Exception innerException
)
Parameters
- deliveryId Guid
-
- message String
-
- innerException Exception
-
See Also