Base:
property
Exception
Microsoft.Build.Execution.BuildResultBase.Exception
1 write to Exception
Microsoft.Build (1)
Graph\GraphBuildResult.cs (1)
33
Exception
= exception;
3 references to Exception
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
2224
Assumed.Null(submission.BuildResult?.
Exception
, "Exceptions only get set when the graph submission gets completed with an exception in OnThreadException. That should not happen during graph builds.");
Graph\GraphBuildResult.cs (2)
45
public override bool CircularDependency =>
Exception
is CircularDependencyException;
59
if (
Exception
!= null)