Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Common error handling code
Message
 
À
11/11/2004 16:36:31
Information générale
Forum:
ASP.NET
Catégorie:
Test et débogage
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00960641
Message ID:
00960652
Vues:
8
Exception.StackTrace will tell you where the error occured.
You can write a common error logger.
As far as common error handling code, it depends on the error(custom exception /validation rule vs application exception)and on where you want to do the error catching and logging.

In asp.net you can do it on Application_OnError as a generic error handling.
Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform