3 references to LoggerException
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogger.cs (2)
190
throw new
LoggerException
(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("InvalidBinaryLoggerParameters", ""));
215
throw new
LoggerException
(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("InvalidBinaryLoggerParameters", parameter));
Logging\DistributedLoggers\DistributedFileLogger.cs (1)
76
throw new
LoggerException
(message);