Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exception Window
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01536980
Message ID:
01537381
Vues:
43
>I'm having a problem with displaying the exception window when the app throws an exception. The code is in MainEntry.cs.
>
>
>                // Log any unhandled exceptions
>                appWrapper.Application.DispatcherUnhandledException += delegate(object sender, DispatcherUnhandledExceptionEventArgs e)
>                {
>                    // Write the error to the application log
>                    mmAppBase.Log.WriteException(e.Exception);
>
>                    // Display the Exception form
>                    var ExceptionWindow = new mmExceptionWindow(e.Exception.Message, e.Exception.StackTrace);
>                    ExceptionWindow.ShowDialog();
>                };
>
>
>The dialog window is displayed, but is completely empty; no text, not buttons...nothing. Anybody know what's happening here?

Why don't you contact me directly and we'll see what's going on.

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