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
endpointstringThe address the probe asked.
failureExceptionThe transport failure, which stays diagnostic detail for a log.
Returns
- PersonalDataAnalyzerUnavailableException
The failure to raise.
Exceptions
- ArgumentNullException
Thrown when an argument is null.