Windows C++ Library
|
The exception type thrown by the RegKey class. More...
#include <RegistryException.hpp>
Public Member Functions | |
RegistryException (const tstring &strOperation) | |
Construction from a fully formatted error message. | |
RegistryException (LONG lError, const tchar *pszOperation) | |
Full constructor. | |
RegistryException (LONG lError, const tstring &strOperation) | |
Full constructor. |
The exception type thrown by the RegKey class.
WCL::RegistryException::RegistryException | ( | const tstring & | strOperation | ) | [inline] |
Construction from a fully formatted error message.
WCL::RegistryException::RegistryException | ( | LONG | lError, |
const tchar * | pszOperation | ||
) | [inline] |
Full constructor.
WCL::RegistryException::RegistryException | ( | LONG | lError, |
const tstring & | strOperation | ||
) | [inline] |
Full constructor.