Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Try/Catch Routine Not Working
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Try/Catch Routine Not Working
Divers
Thread ID:
00985235
Message ID:
00985235
Vues:
72
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...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform