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