Click or drag to resize

EntityNotFoundException Constructor (Guid, Type)

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
Type: SystemGuid
entityType
Type: SystemType
See Also