2 references to RegistryException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
38
new(typeof(RegistryException), (msg, inner) => new
RegistryException
(msg, inner)),
Utilities\RegistryKeyWrapper.cs (1)
89
throw new
RegistryException
(ex.Message, ex);