3 instantiations of NodeFailedToLaunchException
Microsoft.Build (3)
BackEnd\Components\Communications\NodeLauncher.cs (1)
146throw new NodeFailedToLaunchException(ex);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
821? throw new NodeFailedToLaunchException(errorCode: null, ResourceUtilities.GetResourceString("DotnetHostPathNotSet"))
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
40new(typeof(NodeFailedToLaunchException), (msg, inner) => new NodeFailedToLaunchException(msg, inner)),
4 references to NodeFailedToLaunchException
Microsoft.Build (4)
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
44catch (NodeFailedToLaunchException ex)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
40new(typeof(NodeFailedToLaunchException), (msg, inner) => new NodeFailedToLaunchException(msg, inner)),
Instance\TaskFactories\TaskHostTask.cs (2)
432catch (NodeFailedToLaunchException e) 850e is NodeFailedToLaunchException nodeFailedExc ? nodeFailedExc.ErrorCode : string.Empty,