#include <comstl/collections/enumeration_policies.hpp>

| Public Types | |
| Member Types | |
| typedef com_exception | parent_class_type | 
| The parent class type. | |
| typedef clone_failure | class_type | 
| The type of this class. | |
| Public Member Functions | |
| Construction | |
| clone_failure (HRESULT hr) | |
| Constructs an instance from the given HRESULT code. | |
| Accessors | |
| char const * | what () const throw () | 
| Returns a human-readable description of the exceptional condition. | |
| typedef com_exception parent_class_type | 
| typedef clone_failure class_type | 
| clone_failure | ( | HRESULT | hr | ) |  [inline, explicit] | 
Constructs an instance from the given HRESULT code.
| char const* what | ( | ) | const  throw ()  [inline, virtual] | 
Returns a human-readable description of the exceptional condition.
Reimplemented from com_exception.
 1.5.6
 1.5.6