Hello,
This continues https://social.msdn.microsoft.com/Forums/windowsapps/en-US/9cddf0bc-8277-4534-b2c5-a96b9012e569/uwpc-is-it-possible-to-capture-unhandled-exceptions?forum=wpdevelop
I have tried embedding CoreApplicationExceptionHandler::OnUnhandledException in my native code and indeed it has not helped at all.
1) If the capturing is set in C# (first) the native handler is not invoked. It is invoked only if there is no one before it. (In my test the handler propagates the exception).
2) Native crashes in non WinRT code are not caught by the handler.
As denoted in the old thread the Win32 native handler is not invoked as well.
So how can native exceptions be captured???
Thanks
Yakir