DuplicatedIdException Constructor (Guid, String) |
Initializes a new instance of the
DuplicatedIdException class with specified entity id and error message.
Namespace:
Resto.Front.Api.Exceptions
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public DuplicatedIdException(
Guid entityId,
string message
)
Parameters
- entityId
- Type: SystemGuid
- message
- Type: SystemString
See Also