Previous Topic: CaException(bool bKey, LPCTSTR szMessage )

Next Topic: CaException(LPCTSTR szKey, ...)


CaException( const CaException &CRight)

Copy constructor. Duplicates one exception object into another.

Owning Class

CaException

Arguments

const CaException &Cright-the object to be copied

Return Value

None

Example

CaException ex(false, “message text”); CaException excopy(ex);

More information: