Base:
property
Exception
Microsoft.Build.Execution.BuildResultBase.Exception
Implemented interface member:
property
Exception
Microsoft.Build.BackEnd.IBuildResults.Exception
1 write to Exception
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
895result.Exception = ex;
7 references to Exception
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (3)
1091if (result?.Exception == null) 2311if (submissionException == null && finishedBuildSubmission.BuildResult?.Exception != null) 2314submissionException = ExceptionDispatchInfo.Capture(finishedBuildSubmission.BuildResult.Exception);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
893if (result.Exception == null)
BackEnd\Shared\BuildResult.cs (1)
607_requestException ??= results.Exception;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Build\ProjectBuildManager.cs (2)
294if (result.Exception != null) 296log.Add(result.Exception, projectInstance.FullPath);