Click or drag to resize

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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public CannotCancelNotNewDeliveryException(
	Guid deliveryId,
	string message,
	Exception innerException
)

Parameters

deliveryId
Type: SystemGuid
message
Type: SystemString
innerException
Type: SystemException
See Also