|
From: Alex P. <pe...@in...> - 2004-05-31 12:02:11
|
Dimitry Sibiryakov wrote: >On 31 May 2004 at 5:04, Samofatov, Nickolay wrote: > > > >>There is no good way of accessing exception context from C++ exception >>handler. For structured exception you can see the exception type and >>various parameters. >> >> > > How about using SetUnhandledExceptionFilter() and re-throw an C++ >exception from the handler? > > > Mike Nordell reported windows bug, related with this API call, but I don't know details. In fact my problem was related with bad VC6 debugger, which didn't let me debug code under __except(). Now I think this is not a reason for changing current error handling. It works correct. We do have enough real problems. |