How can I determine if an exception handler was software or hardware triggered?

0

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.

c++
c
windows
asked on Stack Overflow Dec 9, 2014 by chacham15

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0