I have handled all the unhandled exceptions:
DispatcherUnhandledException
FirstChanceException
UnobservedTaskException
Application.ThreadException
CurrentDomain.UnhandledException
In Exception Setting i have CLR Exceptions enabled.
One common error that has been logged to my output(from firstchanceexception handler) is: "The 'program [9784] ' has exited with code - 1073741819 (0xc0000005) 'Access violation'"
But still my WPF app crashes without breaking in any of handlers or in code.
What other handlers needs to be handled for detecting the crash? or avoiding from wpf app to crash.
User contributions licensed under CC BY-SA 3.0