2 references to NodeFailedToLaunchException
Microsoft.Build (2)
BackEnd\Components\Communications\NodeLauncher.cs (1)
174throw new NodeFailedToLaunchException(e.NativeErrorCode.ToString(CultureInfo.InvariantCulture), e.Message);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
330throw new NodeFailedToLaunchException(null, nodeFailedToLaunchError);