Dietmar Maurer wrote...

>> I have a vague recollection of reading somewhere that .Net doesn't run
>> finally clauses until it finds a matching catch block for the exception.
> 
> really - that sounds strange.

"Applied Microsoft .NET Framework Programming" says that finally is
guaranteed to execute no mater what kind of exception is thrown, whether
or not the try statement has any catch blocks.

--
Charles Wiltgen

  "Love is a snowmobile racing across the tundra and
   then suddenly it flips over, pinning you underneath.
   At night, the ice weasels come." - Nietzsche (Groening)



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to