Re: what is the point of 'Finally'

Tech-Archive recommends: Speed Up your PC by fixing your registry



"Mike W" <thewittmer@xxxxxxxxx> schrieb:
I've been looking at some code and started wondering what is the point of 'Finally" in Try Catch Finally.
Why not just place the Finally code after the End Try? Will the Catch fire if there is an error in Finally?

There has been a discussion about this topic on this group recently:

<URL:http://groups.google.de/group/microsoft.public.dotnet.languages.vb/browse_frm/thread/0c8467475e2bcafb/d5ea0be99e897adb>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


.