2 references to NodeFailedToLaunchException
Microsoft.Build (2)
BackEnd\Components\Communications\NodeLauncher.cs (1)
212
throw new
NodeFailedToLaunchException
(e.NativeErrorCode.ToString(CultureInfo.InvariantCulture), e.Message);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
762
? throw new
NodeFailedToLaunchException
(errorCode: null, ResourceUtilities.GetResourceString("DotnetHostPathNotSet"))