6 references to REGISTRY_ACCESS
WsatConfig (6)
Configuration\ClusterRegistryConfigurationProvider.cs (3)
39
throw new WsatAdminException(WsatAdminErrorCode.
REGISTRY_ACCESS
, SR.GetString(SR.CannotOpenClusterRegistry, lastError));
60
throw new WsatAdminException(WsatAdminErrorCode.
REGISTRY_ACCESS
, SR.GetString(SR.CannotOpenClusterRegistry, ret));
98
throw new WsatAdminException(WsatAdminErrorCode.
REGISTRY_ACCESS
, SR.GetString(SR.CannotOpenClusterRegistry, ret));
Configuration\RegistryExceptionHelper.cs (3)
66
return new WsatAdminException(WsatAdminErrorCode.
REGISTRY_ACCESS
, SR.GetString(SR.ErrorRegistryAccess, registryKey, errorCode));
83
return new WsatAdminException(WsatAdminErrorCode.
REGISTRY_ACCESS
, SR.GetString(SR.ErrorRegistryAccessNoErrorCode, regKey));
85
return new WsatAdminException(WsatAdminErrorCode.
REGISTRY_ACCESS
, SR.GetString(SR.ErrorRegistryAccessNoErrorCode, regKey), innerException);