Function CSPException::GetType()
Description:
Returns the type of the exception in textual form.
 |
Prototype:
virtual const CSPString& GetType() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the string that contains the exception type information.
Remarks:
This class returns a reference to a string containing the text "Generic". Any other overload of this class should return a reference to a string that contains a descriptive name.
See also:
member functions GetCode(), GetMsg()
|
|