2 overrides of Exception
Microsoft.Build (2)
BackEnd\Shared\BuildResult.cs (1)
350
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)
1132
result.
Exception
= _threadException.SourceException;
2817
submission.BuildResultBase.
Exception
= e;
3 references to Exception
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1130
if (result.
Exception
== null && _threadException != null)
2702
if (!submission.LoggingCompleted && result.
Exception
!= null)
2815
if (!submission.IsCompleted && submission.BuildResultBase != null && submission.BuildResultBase.
Exception
== null)