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