2 overrides of Exception
Microsoft.Build (2)
BackEnd\Shared\BuildResult.cs (1)
353
public override Exception?
Exception
Graph\GraphBuildResult.cs (1)
50
public override Exception?
Exception
{ get; internal set; }
2 writes to Exception
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
1393
result.
Exception
= _threadException.SourceException;
3080
submission.BuildResultBase.
Exception
= e;
4 references to Exception
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
1293
submission.BuildResultBase?.
Exception
is not null,
1391
if (result.
Exception
== null && _threadException != null)
2967
if (!submission.LoggingCompleted && result.
Exception
!= null)
3078
if (!submission.IsCompleted && submission.BuildResultBase != null && submission.BuildResultBase.
Exception
== null)