3 instantiations of NodeFailedToLaunchException
Microsoft.Build (3)
BackEnd\Components\Communications\NodeLauncher.cs (2)
131
throw new
NodeFailedToLaunchException
(ex);
174
throw new
NodeFailedToLaunchException
(e.NativeErrorCode.ToString(CultureInfo.InvariantCulture), e.Message);
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
36
new(typeof(NodeFailedToLaunchException), (msg, inner) => new
NodeFailedToLaunchException
(msg, inner)),
3 references to NodeFailedToLaunchException
Microsoft.Build (3)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
36
new(typeof(
NodeFailedToLaunchException
), (msg, inner) => new NodeFailedToLaunchException(msg, inner)),
Instance\TaskFactories\TaskHostTask.cs (2)
336
catch (
NodeFailedToLaunchException
e)
570
private void LogErrorUnableToCreateTaskHost(HandshakeOptions requiredContext, string runtime, string architecture,
NodeFailedToLaunchException
e)