Click or drag to resize

CannotCancelNotNewDeliveryException(Guid, String) Constructor

Initializes a new instance of the CannotCancelNotNewDeliveryException class with a specified delivery id and error message.

Namespace: Resto.Front.Api.Exceptions
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public CannotCancelNotNewDeliveryException(
	Guid deliveryId,
	string message
)

Parameters

deliveryId  Guid
 
message  String
 
See Also