Method Create
- Namespace
- MailFathom.Domain.Answering.Audit
- Assembly
- MailFathom.Domain.dll
Create(Guid)
Creates an audit entry identifier from a non-empty UUID.
public static MailAnsweringAuditEntryId Create(Guid value)
Parameters
valueGuidThe UUID to wrap.
Returns
- MailAnsweringAuditEntryId
A validated audit entry identifier.
Exceptions
- ArgumentException
Thrown when
valueis empty.