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()
CSPException | Basic classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd