Table of Contents

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

value Guid

The UUID to wrap.

Returns

MailAnsweringRunId

A validated run identifier.

Exceptions

ArgumentException

Thrown when value is empty.