Click or drag to resize

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

Parameters

deliveryId  Guid
 
message  String
 
innerException  Exception
 
See Also