D - Multiple exceptions
- Sean Kelly <sean ffwd.cx> Feb 07 2004
- "Matthew" <matthew.hat stlsoft.dot.org> Feb 07 2004
- "Walter" <newshound digitalmars.com> Jul 07 2004
What happens if an exception is thrown while another is being evaluated? Does the application terminate as in C++? Sean
Feb 07 2004
I think that's the intention, but I'm not sure if it does that. Try it (and make sure you post your observations, for our edification <g>) "Sean Kelly" <sean ffwd.cx> wrote in message news:c03cck$juk$1 digitaldaemon.com...What happens if an exception is thrown while another is being evaluated? Does the application terminate as in C++? Sean
Feb 07 2004
"Sean Kelly" <sean ffwd.cx> wrote in message news:c03cck$juk$1 digitaldaemon.com...What happens if an exception is thrown while another is being evaluated? Does the application terminate as in C++?
Yes.
Jul 07 2004









"Matthew" <matthew.hat stlsoft.dot.org> 