Click or drag to resize

CannotCancelNotNewDeliveryException Constructor (Guid)

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

Namespace:  Resto.Front.Api.V4.Exceptions
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public CannotCancelNotNewDeliveryException(
	Guid deliveryId
)

Parameters

deliveryId
Type: SystemGuid
See Also