2 instantiations of UnbuildableProjectTypeException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
40new(typeof(UnbuildableProjectTypeException), (msg, inner) => new UnbuildableProjectTypeException(msg, inner)),
Xml\ProjectXmlUtilities.cs (1)
109throw new UnbuildableProjectTypeException(element.Location.File);
2 references to UnbuildableProjectTypeException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
40new(typeof(UnbuildableProjectTypeException), (msg, inner) => new UnbuildableProjectTypeException(msg, inner)),
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
800catch (UnbuildableProjectTypeException ex)