Windows C++ Library
Public Member Functions
WCL::RegistryException Class Reference

The exception type thrown by the RegKey class. More...

#include <RegistryException.hpp>

Inheritance diagram for WCL::RegistryException:
WCL::Win32Exception

List of all members.

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.

Detailed Description

The exception type thrown by the RegKey class.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: