Click or drag to resize

EntityNotFoundException(Guid, String, Object) Constructor

Initializes a new instance of the EntityNotFoundException class with specified entity id, type and error message.

Namespace: Resto.Front.Api.Exceptions
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public EntityNotFoundException(
	Guid entityId,
	string messageFormat,
	params Object[] args
)

Parameters

entityId  Guid
 
messageFormat  String
 
args  Object
 
See Also