2 references to BuildAbortedException
Microsoft.Build (2)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
904
throw new
BuildAbortedException
(e.Message, e);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
872
throw new
BuildAbortedException
(taskException.Message, (BuildAbortedException)taskException);