Click or drag to resize

DuplicatedIdException Constructor (Guid)

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

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

Parameters

entityId
Type: SystemGuid
See Also