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