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