Function CSPException::GetCode()
Description:
Retrieves the exception's custom error code
 |
Prototype:
virtual unsigned long GetCode() const;
Arguments:
No arguments (void).
Return value:
Returns the error code.
See also:
member functions GetMsg(), GetType()
|
|