5 references to RegistryException
Microsoft.Build (5)
Utilities\RegistryKeyWrapper.cs (5)
119throw new RegistryException(ex.Message, Name + "@" + name, ex); 135throw new RegistryException(ex.Message, Name, ex); 151throw new RegistryException(ex.Message, Name, ex); 181throw new RegistryException(ex.Message, wrapper.Name + "\\" + keyNames[i], ex); 215throw new RegistryException(ex.Message, _wrappedKey == null ? string.Empty : Name, ex);