Table of Contents

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

value Guid

The UUID to wrap.

Returns

MailAnsweringAuditEntryId

A validated audit entry identifier.

Exceptions

ArgumentException

Thrown when value is empty.