16 references to LoggerException
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogger.cs (2)
420
throw new
LoggerException
(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("InvalidBinaryLoggerParameters", ""));
449
throw new
LoggerException
(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("InvalidBinaryLoggerParameters", parameter));
Logging\DistributedLoggers\DistributedFileLogger.cs (1)
76
throw new
LoggerException
(message);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\LoggingService_Tests.cs (2)
170
LoggerThrowException logger = new LoggerThrowException(true, false, new
LoggerException
("Hello"));
1231
: base(true, false, new
LoggerException
("Hello"))
TaskUsageLogger (9)
TaskUsageLogger.cs (9)
95
throw 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");
129
throw new
LoggerException
(String.Format(CultureInfo.CurrentCulture, "Failed to load and read task registration information from project '{0}'. {1}", e.ProjectFile, ex.Message));
178
throw new
LoggerException
(String.Format(CultureInfo.CurrentCulture, "Why do we have two instances of {0}?", t));
195
throw new
LoggerException
(String.Format(CultureInfo.CurrentCulture, "Why is toolset '{0}' missing??", toolsVersion));
303
throw new
LoggerException
(String.Format(CultureInfo.CurrentCulture, "This logger doesn't know how to evaluate '{0}'!", unevaluatedString));
337
throw new
LoggerException
(String.Format(CultureInfo.CurrentCulture, "Why haven't we collected using task data for {0}?", projectFile));
350
throw new
LoggerException
(String.Format(CultureInfo.CurrentCulture, "Why don't we have a cached ToolsVersion for {0}?", projectFile));
356
throw new
LoggerException
(String.Format(CultureInfo.CurrentCulture, "Why haven't we collected default using task data for TV {0}?", parentProjectToolsVersion));
364
throw 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)
160
throw new
LoggerException
(invalidParamSpecificationMessage);
167
throw new
LoggerException
(invalidParamSpecificationMessage);