Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to override mmExceptionForm form
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01221838
Message ID:
01223213
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform