Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Try Catch Finally
Message
De
10/01/2003 13:11:25
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Try Catch Finally
Divers
Thread ID:
00740398
Message ID:
00740398
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform