Function CSPException::CSPException()
Description:
Creates an exception object that contains a custom message and a custom code.
 |
Prototype:
CSPException(const CSPString& strMessage, unsigned long ulCode);
Arguments:
- const CSPString& strMessage [IN]
The exception's message.
- unsigned long ulCode [IN]
The exception's code.
Return value:
No value is returned.
See also:
constructor CSPException()
|
|