6 references to Exception
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (4)
2485
if (shutdownPacket.
Exception
!= null)
2488
loggingService?.LogError(BuildEventContext.Invalid, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, ExceptionHandling.DebugDumpPath, shutdownPacket.
Exception
.ToString());
2489
OnThreadException(shutdownPacket.
Exception
);
2507
shutdownPacket.
Exception
?? new BuildAbortedException()));
Instance\TaskFactories\TaskHostTask.cs (2)
515
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostExitedPrematurely", (nodeShutdown.
Exception
== null) ? String.Empty : nodeShutdown.
Exception
.ToString());