Lines Matching refs:ErrorCode
40 RegistryException::RegistryException(long ErrorCode) : in RegistryException() argument
41 m_ErrorCode(ErrorCode), in RegistryException()
84 RegistryIOException::RegistryIOException(long ErrorCode) : in RegistryIOException() argument
85 RegistryException(ErrorCode) in RegistryIOException()
93 RegistryNoWriteAccessException::RegistryNoWriteAccessException(long ErrorCode) : in RegistryNoWriteAccessException() argument
94 RegistryException(ErrorCode) in RegistryNoWriteAccessException()
102 RegistryAccessDeniedException::RegistryAccessDeniedException(long ErrorCode) : in RegistryAccessDeniedException() argument
103 RegistryException(ErrorCode) in RegistryAccessDeniedException()
111 RegistryValueNotFoundException::RegistryValueNotFoundException(long ErrorCode) : in RegistryValueNotFoundException() argument
112 RegistryException(ErrorCode) in RegistryValueNotFoundException()
120 RegistryKeyNotFoundException::RegistryKeyNotFoundException(long ErrorCode) : in RegistryKeyNotFoundException() argument
121 RegistryException(ErrorCode) in RegistryKeyNotFoundException()
129 RegistryInvalidOperationException::RegistryInvalidOperationException(long ErrorCode) : in RegistryInvalidOperationException() argument
130 RegistryException(ErrorCode) in RegistryInvalidOperationException()