Base:
property
Exception
Microsoft.Build.Execution.BuildResultBase.Exception
1 write to Exception
Microsoft.Build (1)
Graph\GraphBuildResult.cs (1)
33Exception = exception;
3 references to Exception
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
2224Assumed.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)
45public override bool CircularDependency => Exception is CircularDependencyException; 59if (Exception != null)