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