Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try Catch Finally
Message
From
10/01/2003 13:11:25
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Try Catch Finally
Miscellaneous
Thread ID:
00740398
Message ID:
00740398
Views:
51
Hi,

The Try,Catch,Finally documentation states

Execution enters the Try...Catch...Finally block with the statement block following the Try statement. If Visual Basic completes this block without an exception being generated, it looks for the optional Finally statement at the end.

-
-

No matter what happens, the Finally block is always the last code to be executed before leaving Try...Catch...Finally.


My question is: Does the Finally block get executed if a catch is executed?

Reading the above is confusing!

Thanks
Roland
Next
Reply
Map
View

Click here to load this message in the networking platform