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)
895
result.
Exception
= ex;
7 references to Exception
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (3)
1091
if (result?.
Exception
== null)
2311
if (submissionException == null && finishedBuildSubmission.BuildResult?.
Exception
!= null)
2314
submissionException = ExceptionDispatchInfo.Capture(finishedBuildSubmission.BuildResult.
Exception
);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
893
if (result.
Exception
== null)
BackEnd\Shared\BuildResult.cs (1)
607
_requestException ??= results.
Exception
;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Build\ProjectBuildManager.cs (2)
294
if (result.
Exception
!= null)
296
log.Add(result.
Exception
, projectInstance.FullPath);