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 © 2014 CA Technologies.
All rights reserved.
|
|