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