ARM: preserve supressed exceptions due to throw in finally block
Neal Gafter
neal at gafter.com
Fri Apr 9 11:38:44 PDT 2010
On Fri, Apr 9, 2010 at 9:20 AM, Serge Boulay <serge.boulay at gmail.com> wrote:
> Doesn't .net's "using block" do the same thing with suppressed exceptions as
> the ARM proposal? That is, if you wanted access to the suppressed exception
> you're basically back to resource handling without the using block?
No, it does not do the same thing as .NET. The ARM proposal does not
discard the exception, but attaches it to another exception.
More information about the coin-dev
mailing list