Function CSPException::GetMsg()
Description:
Retrieves the message of the exception.
 |
Prototype:
virtual const CSPString& GetMsg() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the string containing the message.
See also:
member functions GetCode(), GetType()
|
|