6 instantiations of RegistryException
Microsoft.Build.Engine (6)
Engine\RegistryKeyWrapper.cs (6)
86throw new RegistryException(ex.Message, ex); 109throw new RegistryException(ex.Message, Name + "@" + name, ex); 130throw new RegistryException(ex.Message, Name, ex); 151throw new RegistryException(ex.Message, Name, ex); 181throw new RegistryException(ex.Message, wrapper.Name + "\\" + keyNames[i], ex); 220throw new RegistryException(ex.Message, Name, ex);
3 references to RegistryException
Microsoft.Build.Engine (3)
Engine\ToolsetRegistryReader.cs (3)
69catch (RegistryException ex) 117catch (RegistryException ex) 135catch (RegistryException ex)