Searched refs:RegistryException (Results 1 – 9 of 9) sorted by relevance
40 RegistryException::RegistryException(long ErrorCode) : in RegistryException() function in RegistryException48 RegistryException::~RegistryException() throw() in ~RegistryException()56 const char* RegistryException::what() const throw() in what()74 long RegistryException::GetErrorCode() const in GetErrorCode()85 RegistryException(ErrorCode) in RegistryIOException()94 RegistryException(ErrorCode) in RegistryNoWriteAccessException()103 RegistryException(ErrorCode) in RegistryAccessDeniedException()112 RegistryException(ErrorCode) in RegistryValueNotFoundException()121 RegistryException(ErrorCode) in RegistryKeyNotFoundException()130 RegistryException(ErrorCode) in RegistryInvalidOperationException()
35 class RegistryException : public std::exception class39 RegistryException(long ErrorCode);41 virtual ~RegistryException() throw();67 class RegistryIOException : public RegistryException77 class RegistryNoWriteAccessException : public RegistryException88 class RegistryAccessDeniedException : public RegistryException99 class RegistryValueNotFoundException : public RegistryException109 class RegistryKeyNotFoundException : public RegistryException119 class RegistryInvalidOperationException : public RegistryException
106 throw RegistryException(rc); in GetSubValueCount()131 throw RegistryException(rc); in GetSubKeyCount()169 throw RegistryException(rc); in GetSubKeyNames()206 throw RegistryException(rc); in GetSubValueNames()237 throw RegistryException(rc); in GetValue()296 throw RegistryException(rc); in GetValue()347 throw RegistryException(rc); in Open()407 throw RegistryException(rc); in CreateSubKey()466 throw RegistryException(rc); in DeleteSubKeyTree()497 throw RegistryException(rc); in DeleteValue()[all …]
111 throw RegistryException(rc); in GetSubValueCount()136 throw RegistryException(rc); in GetSubKeyCount()174 throw RegistryException(rc); in GetSubKeyNames()215 throw RegistryException(rc); in GetSubValueNames()250 throw RegistryException(rc); in GetValue()309 throw RegistryException(rc); in GetValue()360 throw RegistryException(rc); in Open()420 throw RegistryException(rc); in CreateSubKey()457 throw RegistryException(rc); in DeleteSubKey()547 throw RegistryException(rc); in ImplDeleteSubKeyTree()[all …]
80 catch(RegistryException&) in query_preselect_registration_for_ms_application()118 catch(RegistryException&) in Register4MsDoc()152 catch(RegistryException&) in Unregister4MsDoc()198 catch(RegistryException&) in Unregister4MsDocAll()218 catch(RegistryException&) in RepairRegister4MsDocSettings()235 catch(RegistryException&) in IsRegisteredFor()329 catch(RegistryException&) in FixReturnRegistrationState()
62 public static void addPlugIn(ConverterInfo ci) throws RegistryException { in addPlugIn()69 RegistryException re = new RegistryException( in addPlugIn()74 RegistryException re = new RegistryException( in addPlugIn()79 RegistryException re = new RegistryException( in addPlugIn()84 RegistryException re = new RegistryException( in addPlugIn()96 RegistryException re = new RegistryException( in addPlugIn()123 public static void addPlugIn(Enumeration jarEnum) throws RegistryException { in addPlugIn()373 } catch (RegistryException e) { in main()
98 throws RegistryException { in ConverterInfo()101 RegistryException re = new RegistryException( in ConverterInfo()148 RegistryException re = new RegistryException( in ConverterInfo()175 throws RegistryException { in ConverterInfo()178 RegistryException re = new RegistryException( in ConverterInfo()223 RegistryException re = new RegistryException( in ConverterInfo()
84 RegistryException { in ConverterInfoReader()137 private void parseDocument() throws RegistryException { in parseDocument()163 private void parseConverterNode(Element e) throws RegistryException { in parseConverterNode()
30 public class RegistryException extends Exception { class39 public RegistryException(String message) { in RegistryException() method in RegistryException
Completed in 50 milliseconds