Thanks Dave for the quick response! What I understand from your reply is that you use the standard C++ exception handling. However, what happens in the case any exception is not handled by this? Does Xerces anywhere use the Microsoft's SetUnhandledExceptionFilter in the code?
Please let me know, since it is very critical for the design of our new Exception handling framework! Regards, Rajat -----Original Message----- From: David Bertoni [mailto:[email protected]] Sent: Wednesday, February 03, 2010 12:50 PM To: [email protected] Subject: Re: Exception Handling in Xerces_c_1_6_0 On 2/2/2010 9:40 PM, RAINA Rajat wrote: > Hello, > > I need some information as we are working on a common Exception handling > framework for all our code. > > Can you please let me know if Xerces-C++ dll defines any Exception > filters through the usage of Microsoft's SetUnhandledExceptionFilter? > > I need this information for my common exception handling framework > designing. > > Please let me know! Xerces-C using standard C++ exceptions, so there is no support for Windows structured exception handling. BTW, you are using an extremely old version of Xerces-C, so you should consider upgrading to a newer version. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
