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