Copy constructor. Duplicates one exception object into another.
CaException
const CaException &Cright-the object to be copied
None
Example
CaException ex(false, “message text”); CaException excopy(ex);
More information:
| Copyright © 2013 CA. All rights reserved. |
|