WPF application crashes with all exceptions enabled and all unhandled exceptions being handled

0

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.

c#
.net
wpf
mvvm
asked on Stack Overflow May 20, 2019 by WPFKK • edited May 21, 2019 by WPFKK

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0