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
operatorSafeMessagestringA 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)