Nov 29 2010

StackOverflow question answered by heavy-hitters

I asked a StackOverflow.com question today which was answered by two BIG NAMES in tech….Jon Skeet and Eric Lippert.  Pretty cool.

Nov 29 2010

Will Try / Finally (without the Catch) bubble the exception?

I am almost positive that the answer is YES. If I use a Try Finally block but do not use a Catch block then any exceptions WILL bubble. Correct?

Any thoughts on the practice in general?

Seth

Nov 29 2010

Will Try / Finally (without the Catch) bubble the exception?

I am almost positive that the answer is YES. If I use a Try Finally block but do not use a Catch block then any exceptions WILL bubble. Correct?

Any thoughts on the practice in general?

Seth