Table of Contents

Constructor MailboxMutationRefusedException

Namespace
MailFathom.Application.Mail.Mutations
Assembly
MailFathom.Application.dll

MailboxMutationRefusedException(string)

Initializes a new refusal with a message safe to surface.

protected MailboxMutationRefusedException(string operatorSafeMessage)

Parameters

operatorSafeMessage string

A message free of credentials, hosts, remote paths, message content, and personal data.

MailboxMutationRefusedException(string, Exception)

Initializes a new refusal with a message safe to surface and the failure that revealed it.

protected MailboxMutationRefusedException(string operatorSafeMessage, Exception innerException)

Parameters

operatorSafeMessage string

A message free of credentials, hosts, remote paths, message content, and personal data.

innerException Exception

The failure this refusal was raised for.