I just changed my exception handling from signal
to AddVectoredExceptionHandler
and now I get software exceptions as well as hardware exceptions. Is there any way that I can determine which is which?
E.g. I just got an exception with exception code 0xE06D7363
which is a result of a c++ throw, not a real hardware exception.
User contributions licensed under CC BY-SA 3.0