Function CSPException::SetCode()
Description:
Sets the custom error code, before the exception is thrown.
 |
Prototype:
virtual void SetCode(unsigned long ulCode);
Arguments:
- unsigned long ulCode [IN]
The exception code.
Return value:
No return value (void).
See also:
member function SetMsg()
|
|