Creates an
exception object.
Syntax
public CWException();
public CWException(CWExceptionObject excptionDetail);
Parameters
- excptionDetail
- Is an exception-detail object that contains the additional exception
information.
Return values
A new CWException object.
Notes
The CWException() constructor provides two forms:
- The first form creates an empty CWException object.
- The second form passes an exception-detail object to initialize the new
CWException object.
