Table of Contents

Method Refused

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

Refused(string, string)

Refuses to start because the analyzer answered the probe with a refusal.

public static PersonalDataAnalyzerUnavailableException Refused(string endpoint, string status)

Parameters

endpoint string

The address the probe asked.

status string

The status line it answered with.

Returns

PersonalDataAnalyzerUnavailableException

The failure to raise.

Remarks

The answer's body is deliberately not read into the message. It is composed by a service this process does not own and, on a probe that named a language, may quote the request back.

Exceptions

ArgumentNullException

Thrown when an argument is null.