GME  13
Public Member Functions | Public Attributes
hresult_exception Class Reference

#include <CommonError.h>

List of all members.

Public Member Functions

 hresult_exception () throw ()
 hresult_exception (const hresult_exception &e) throw ()
 hresult_exception (HRESULT hr) throw ()
hresult_exceptionoperator= (const hresult_exception &e) throw ()
hresult_exceptionoperator= (HRESULT hr) throw ()
 ~hresult_exception () throw ()
virtual const char * what () const throw ()

Public Attributes

HRESULT hr

Detailed Description

Definition at line 15 of file CommonError.h.


Constructor & Destructor Documentation

Definition at line 9 of file CommonError.cpp.

Definition at line 14 of file CommonError.cpp.

hresult_exception::hresult_exception ( HRESULT  hr) throw ()

Definition at line 19 of file CommonError.cpp.

Definition at line 36 of file CommonError.cpp.


Member Function Documentation

hresult_exception & hresult_exception::operator= ( const hresult_exception e) throw ()

Definition at line 24 of file CommonError.cpp.

hresult_exception & hresult_exception::operator= ( HRESULT  hr) throw ()

Definition at line 30 of file CommonError.cpp.

const char * hresult_exception::what ( ) const throw () [virtual]

Definition at line 40 of file CommonError.cpp.


Member Data Documentation

Definition at line 27 of file CommonError.h.


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