In my WPF application some users get "application generated an exception that can not handle" error. I ve implemented Application.DispatcherUnhandledException event handler but the the exception isn t handled by this event. Is there any possibility that exception occurs outside application causing closing my application, maybe something with memory?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?