2 writes to registryExceptionHelper
WsatConfig (2)
Configuration\StdRegProviderWrapper.cs (2)
77registryExceptionHelper = new RegistryExceptionHelper(machineName, registryHive, subKey); 114this.registryExceptionHelper = new RegistryExceptionHelper(subKey);
15 references to registryExceptionHelper
WsatConfig (15)
Configuration\StdRegProviderWrapper.cs (15)
102throw registryExceptionHelper.CreateRegistryAccessException(e); 106throw registryExceptionHelper.CreateRegistryAccessException(e); 188throw registryExceptionHelper.CreateRegistryAccessException(name, e); 215registryExceptionHelper.CreateRegistryWriteException(registryKey, null); 227throw registryExceptionHelper.CreateRegistryAccessException(name, e); 245throw registryExceptionHelper.CreateRegistryAccessException(ret); 259throw registryExceptionHelper.CreateRegistryAccessException(e); 282throw registryExceptionHelper.CreateRegistryAccessException(e); 307throw registryExceptionHelper.CreateRegistryAccessException(null); 323throw registryExceptionHelper.CreateRegistryWriteException(null); 371throw registryExceptionHelper.CreateRegistryWriteException(e); 375throw registryExceptionHelper.CreateRegistryWriteException(e); 379throw registryExceptionHelper.CreateRegistryWriteException(e); 383throw registryExceptionHelper.CreateRegistryWriteException(e); 387throw registryExceptionHelper.CreateRegistryWriteException(e);