LibExceptionDuplicateObjectId Method |
Thrown when two entity objects have the same Id
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static Exception DuplicateObjectId(
Guid id
)
Public Shared Function DuplicateObjectId (
id As Guid
) As Exception
public:
static Exception^ DuplicateObjectId(
Guid^ id
)
static member DuplicateObjectId :
id : Guid -> Exception
Parameters
- id
- Type: SystemGuid
The identifier.
Return Value
Type:
ExceptionException
See Also