Click or drag to resize

EntityNotFoundException(Guid, Type) Constructor

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

Namespace: Resto.Front.Api.Exceptions
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public EntityNotFoundException(
	Guid entityId,
	Type entityType
)

Parameters

entityId  Guid
 
entityType  Type
 
See Also