Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a class to pass error information
Message
De
11/03/2003 13:01:59
 
 
À
11/03/2003 09:08:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00764163
Message ID:
00764344
Vues:
25
>Hi,
>
>I am trying to implement a way for my routines to pass information about errors back up the calling chain and am considering passing them an object to return detailed information. Can someone share their experience with something similar or their class itself? :)
>
>TIA,
>
>Alex

If you are using VFP 8.0, you can throw an exception that the local CATCH doesn't want to handle (or if it isn't caught it will be thrown anyway.). Which will send it up the the next level CATCH.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform