Constructor MailAccountNotAccessibleException
- Namespace
- MailFathom.Application.Accounts
- Assembly
- MailFathom.Application.dll
MailAccountNotAccessibleException(MailAccountSelector)
Initializes the failure for text that named no account this deployment serves.
public MailAccountNotAccessibleException(MailAccountSelector selector)
Parameters
selectorMailAccountSelectorThe text the request named an account with.
MailAccountNotAccessibleException(MailAccountId)
Initializes the failure for an identifier this deployment does not serve.
public MailAccountNotAccessibleException(MailAccountId accountId)
Parameters
accountIdMailAccountIdThe account identifier the request named.