| eID middleware |
#include <eidlibException.h>

Public Member Functions | |
| PTEIDSDK_API | PTEID_Exception (long lError) |
| Constructor - Need error code that comes from eidErrors.h. | |
| virtual PTEIDSDK_API | ~PTEID_Exception () |
| Destructor. | |
| PTEIDSDK_API long | GetError () const |
| Return the error code. | |
Static Public Member Functions | |
| static NOEXPORT_PTEIDSDK PTEID_Exception | THROWException (CMWException &e) |
| PTEIDSDK_API eIDMW::PTEID_Exception::PTEID_Exception | ( | long | lError | ) |
Constructor - Need error code that comes from eidErrors.h.
| virtual PTEIDSDK_API eIDMW::PTEID_Exception::~PTEID_Exception | ( | ) | [virtual] |
Destructor.
| PTEIDSDK_API long eIDMW::PTEID_Exception::GetError | ( | ) | const |
Return the error code.
| static NOEXPORT_PTEIDSDK PTEID_Exception eIDMW::PTEID_Exception::THROWException | ( | CMWException & | e | ) | [static] |