Table of Contents

Constructor MailDeliveryUnavailableException

Namespace
MailFathom.Application.Mail.Delivery
Assembly
MailFathom.Application.dll

MailDeliveryUnavailableException(MailAccountId, Exception)

Initializes a new delivery unavailability failure naming the account it stopped.

public MailDeliveryUnavailableException(MailAccountId accountId, Exception innerException)

Parameters

accountId MailAccountId

The account whose submission server did not serve the operation.

innerException Exception

The rejection the resilience pipeline produced.