Click or drag to resize

EntityNotFoundException Constructor (Guid, String, Object)

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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public EntityNotFoundException(
	Guid entityId,
	string messageFormat,
	params Object[] args
)

Parameters

entityId
Type: SystemGuid
messageFormat
Type: SystemString
args
Type: SystemObject
See Also