Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to override mmExceptionForm form
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01221838
Message ID:
01223213
Vues:
13
Yassin,

>How do I override the mmExceptionForm form when an exception occurs, so I can give a user an option to either end the application, continue or retry.

Typically, if the application exception reaches the outer try/catch loop of the application, since the exception was unhandled, you don't want to give them the option to continue (in fact, you can't at that point). It's best to catch a specific exception and handle it. You can put exception handling in your application-level code to trap exceptions before they hit the global exception handler.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform