Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On error
Message
From
02/05/2002 11:26:55
 
 
To
02/05/2002 09:23:05
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00651791
Message ID:
00651916
Views:
18
>Is there an equivalent to VFP's ON ERROR in VB.NET? I want to set up an application based error handler to log error information into a SQL table. Thanks for the help.

Try/Catch/Finally is the preferred method in VB.NET. Remember that the Catch will bubble up, or you can even throw another exception from a Catch to make it bubble up to a higher catch, where you can put global routines like you're logging.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform