Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a class to pass error information
Message
From
11/03/2003 13:01:59
 
 
To
11/03/2003 09:08:50
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00764163
Message ID:
00764344
Views:
26
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform