17 references to LoggerException
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogger.cs (2)
418throw new LoggerException(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("InvalidBinaryLoggerParameters", "")); 447throw new LoggerException(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("InvalidBinaryLoggerParameters", parameter));
Logging\DistributedLoggers\DistributedFileLogger.cs (1)
76throw new LoggerException(message);
Microsoft.Build.Engine (1)
Logging\DistributedLoggers\DistributedFileLogger.cs (1)
121throw new LoggerException(message);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\LoggingService_Tests.cs (2)
170LoggerThrowException logger = new LoggerThrowException(true, false, new LoggerException("Hello")); 1231: base(true, false, new LoggerException("Hello"))
TaskUsageLogger (9)
TaskUsageLogger.cs (9)
95throw new LoggerException(@"Path to write CSV to required. Specify using the following pattern: '/logger:TaskUsageLogger,D:\Repos\msbuild\bin\Windows_NT\Debug\TaskUsageLogger.dll;mylog.csv"); 129throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "Failed to load and read task registration information from project '{0}'. {1}", e.ProjectFile, ex.Message)); 178throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "Why do we have two instances of {0}?", t)); 195throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "Why is toolset '{0}' missing??", toolsVersion)); 303throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "This logger doesn't know how to evaluate '{0}'!", unevaluatedString)); 337throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "Why haven't we collected using task data for {0}?", projectFile)); 350throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "Why don't we have a cached ToolsVersion for {0}?", projectFile)); 356throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "Why haven't we collected default using task data for TV {0}?", parentProjectToolsVersion)); 364throw new LoggerException(String.Format(CultureInfo.CurrentCulture, "Why couldn't we find a matching UsingTask for task {0} in project {1}?", taskName, projectFile));
XmlFileLogger (2)
XmlFileLogger.cs (2)
160throw new LoggerException(invalidParamSpecificationMessage); 167throw new LoggerException(invalidParamSpecificationMessage);