2 writes to registryKey
WsatUI (2)
Configuration\RegistryExceptionHelper.cs (2)
16
this.
registryKey
= registryKey;
17
EnsureEndsWithSlash(ref this.
registryKey
);
5 references to registryKey
WsatUI (5)
Configuration\RegistryExceptionHelper.cs (5)
66
return new WsatAdminException(WsatAdminErrorCode.REGISTRY_ACCESS, SR.GetString(SR.ErrorRegistryAccess,
registryKey
, errorCode));
71
return DoCreateRegistryAccessException(
registryKey
, innerException);
76
return DoCreateRegistryAccessException(
registryKey
+ subRegistryKey, innerException);
90
return DoCreateRegistryWriteException(
registryKey
, innerException);
95
return DoCreateRegistryWriteException(
registryKey
+ subRegistryKey, innerException);