Thread overview
Multiple exceptions
Feb 07, 2004
Sean Kelly
Feb 07, 2004
Matthew
Jul 07, 2004
Walter
February 07, 2004
What happens if an exception is thrown while another is being evaluated?  Does the application terminate as in C++?


Sean

February 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
>


July 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.