Click or drag to resize

EntityUsingException Constructor (Guid)

Initializes a new instance of the EntityUsingException class with specified entity id.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public EntityUsingException(
	Guid entityId
)

Parameters

entityId
Type: SystemGuid
See Also