CannotCancelNotNewDeliveryException Constructor (Guid, String, Exception) | 
 
            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.Exceptions
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxpublic CannotCancelNotNewDeliveryException(
	Guid deliveryId,
	string message,
	Exception innerException
)
Parameters
- deliveryId
 - Type: SystemGuid
 - message
 - Type: SystemString
 - innerException
 - Type: SystemException
 
See Also