Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there an OnError in ASP like VB
Message
From
10/12/2001 15:08:21
 
 
To
10/12/2001 12:38:36
Scott Butts
Ims Specialty Services
Twin Falls, Idaho, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00592214
Message ID:
00592314
Views:
23
This message has been marked as the solution to the initial question of the thread.
>I have an ASP script where I am doing a createobject. Is there a way to know if there is an error other then the web server returning an error message to the user? Thanks for any input.

There is no support for a global error handler but you can always do On Error Resume Next and check for any errors after potential and/or error-prone lines. HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform