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
accountIdMailAccountIdThe account whose submission server did not serve the operation.
innerExceptionExceptionThe rejection the resilience pipeline produced.