Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exception Window
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01536980
Message ID:
01537381
Views:
42
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform