vdsException Class Reference
List of all members.Public Member Functions | |
vdsException (int theErrorCode, VDS_HANDLE sessionHandle, const char *functionName) | |
and the name of the function throwing it. | |
virtual | ~vdsException () |
std::string & | Message (std::string &errorMessage) |
Return the error message. | |
std::string & | Message () |
Return the error message. | |
int | ErrorCode () |
Return the error code associated with the exception. | |
Private Attributes | |
std::string | msg |
int | errcode |
Constructor & Destructor Documentation
vdsException::vdsException | ( | int | theErrorCode, | |
VDS_HANDLE | sessionHandle, | |||
const char * | functionName | |||
) |
and the name of the function throwing it.
virtual vdsException::~vdsException | ( | ) | [virtual] |
Member Function Documentation
int vdsException::ErrorCode | ( | ) | [inline] |
Return the error code associated with the exception.
std::string& vdsException::Message | ( | ) |
Return the error message.
std::string& vdsException::Message | ( | std::string & | errorMessage | ) |
Return the error message.
Member Data Documentation
int vdsException::errcode [private] |
std::string vdsException::msg [private] |
The documentation for this class was generated from the following file:
- vdsf/vdsException
Last updated on March 23, 2008.