Method NotReached
- Namespace
- MailFathom.Application.Spam.Scanning
- Assembly
- MailFathom.Application.dll
NotReached(string, Exception)
Refuses to start because the configured scanner could not be reached at all.
public static SpamScannerUnavailableException NotReached(string endpoint, Exception failure)
Parameters
endpointstringThe address the probe asked.
failureExceptionThe transport failure, which stays diagnostic detail for a log.
Returns
- SpamScannerUnavailableException
The failure to raise.
Exceptions
- ArgumentNullException
Thrown when an argument is null.