5 references to LoggerException
Microsoft.Build (3)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
35
new(typeof(LoggerException), (msg, inner) => new
LoggerException
(msg, inner)),
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
845
throw new
LoggerException
(taskException.Message, taskException);
Logging\LoggerDescription.cs (1)
226
throw new
LoggerException
(message, e.InnerException);
Microsoft.Build.Framework (1)
LoggerException.cs (1)
70
:
this
(message, innerException)
MSBuild (1)
XMake.cs (1)
4109
throw new
LoggerException
(e.Message, e);