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