Table of Contents

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

endpoint string

The address the probe asked.

failure Exception

The transport failure, which stays diagnostic detail for a log.

Returns

SpamScannerUnavailableException

The failure to raise.

Exceptions

ArgumentNullException

Thrown when an argument is null.