Table of Contents

Method NotReached

Namespace
MailFathom.Application.SensitiveContent.Detection
Assembly
MailFathom.Application.dll

NotReached(string, Exception)

Refuses to start because the configured analyzer could not be reached at all.

public static PersonalDataAnalyzerUnavailableException 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

PersonalDataAnalyzerUnavailableException

The failure to raise.

Exceptions

ArgumentNullException

Thrown when an argument is null.