GME
13
|
#include <CommonError.h>
Public Member Functions | |
hresult_exception () throw () | |
hresult_exception (const hresult_exception &e) throw () | |
hresult_exception (HRESULT hr) throw () | |
hresult_exception & | operator= (const hresult_exception &e) throw () |
hresult_exception & | operator= (HRESULT hr) throw () |
~hresult_exception () throw () | |
virtual const char * | what () const throw () |
Public Attributes | |
HRESULT | hr |
Definition at line 15 of file CommonError.h.
hresult_exception::hresult_exception | ( | ) | throw () |
Definition at line 9 of file CommonError.cpp.
hresult_exception::hresult_exception | ( | const hresult_exception & | e | ) | throw () |
Definition at line 14 of file CommonError.cpp.
hresult_exception::hresult_exception | ( | HRESULT | hr | ) | throw () |
Definition at line 19 of file CommonError.cpp.
hresult_exception::~hresult_exception | ( | ) | throw () |
Definition at line 36 of file CommonError.cpp.
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.
HRESULT hresult_exception::hr |
Definition at line 27 of file CommonError.h.