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)
907result.Exception = ex;
7 references to Exception
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (3)
1158if (result?.Exception == null) 2394if (submissionException == null && finishedBuildSubmission.BuildResult?.Exception != null) 2397submissionException = ExceptionDispatchInfo.Capture(finishedBuildSubmission.BuildResult.Exception);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
905if (result.Exception == null)
BackEnd\Shared\BuildResult.cs (1)
607_requestException ??= results.Exception;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Build\ProjectBuildManager.cs (2)
307if (result.Exception != null) 309log.Add(result.Exception, projectInstance.FullPath);