[xsd-users] Copying xml_schema::exception
Manav Rathi
manav.rathi at incainformatics.com
Fri Aug 1 08:39:49 EDT 2008
I need to store a copy of the xml_schema::exception that I catch at a
certain point in my code (I cannot propogate the exception at the point
where I am catching it, so I thought I might store it and then throw it
later from an appropriate function).
Using the xml_schema::exception copy_constructor will lead to slicing. Any
other ideas on how I might polymorphically copy it ?
Thanks,
Manav
More information about the xsd-users
mailing list