#include <Exceptions.h>


Public Member Functions | |
| Exception (HRESULT hResult) | |
| Exception (HRESULT hResult, std::string strMessage, const StringVector &vecParemeters=StringVector()) | |
| Exception (std::string strMessage, const StringVector &vecParemeters=StringVector()) | |
| Exception (const Exception &ex) | |
| virtual | ~Exception () |
| HRESULT | getHResult () const |
| std::string | getKind () const |
Definition at line 181 of file Exceptions.h.
| MON::Exception::Exception | ( | HRESULT | hResult | ) |
Definition at line 252 of file Exceptions.cpp.
| MON::Exception::Exception | ( | HRESULT | hResult, | |
| std::string | strMessage, | |||
| const StringVector & | vecParemeters = StringVector() | |||
| ) |
Definition at line 263 of file Exceptions.cpp.
| MON::Exception::Exception | ( | std::string | strMessage, | |
| const StringVector & | vecParemeters = StringVector() | |||
| ) |
Reimplemented from Util::Exception.
Definition at line 274 of file Exceptions.cpp.
| MON::Exception::Exception | ( | const Exception & | ex | ) |
Definition at line 279 of file Exceptions.cpp.
| virtual MON::Exception::~Exception | ( | ) | [inline, virtual] |
Reimplemented from Util::Exception.
Definition at line 196 of file Exceptions.h.
| HRESULT MON::Exception::getHResult | ( | ) | const |
Definition at line 284 of file Exceptions.cpp.
| std::string MON::Exception::getKind | ( | ) | const [virtual] |
Reimplemented from Util::Exception.
Definition at line 289 of file Exceptions.cpp.
1.6.3