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