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