3 instantiations of HostObjectException
Microsoft.Build (3)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
39
new(typeof(HostObjectException), (msg, inner) => new
HostObjectException
(msg, inner)),
Instance\HostServices.cs (2)
100
throw new
HostObjectException
(projectFile, targetName, taskName, ex);
105
throw new
HostObjectException
(
1 reference to HostObjectException
Microsoft.Build (1)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
39
new(typeof(
HostObjectException
), (msg, inner) => new HostObjectException(msg, inner)),