Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try/Catch Routine Not Working
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Try/Catch Routine Not Working
Miscellaneous
Thread ID:
00985235
Message ID:
00985235
Views:
73
Greetings,
The catch routine below does not fire when an error occurs and instead the standard error dialog is displayed. Does anyone know why?

try
{
oSQLConn.Open();
return "Open"
}
catch
{
return "Failed";
}


Many thanks, Todd
The day you take complete responsibly for yourself, the day you stop making any excuses, thats the day you start to the top. - O.J. Simpson

Great advice from a questionable source...
Next
Reply
Map
View

Click here to load this message in the networking platform