Frame or even Thread exception handler with _try _except/_catch()
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Is there an Api to implement exception handling on function/frame thread basis without the _try _except/_catch statements as that limits me to only certain type of exceptions It would be nice to have an api on a function or frame Even on a thread basis The function and the frame saves the programmer from doing unwinding with AddVectoredExceptionHandler I catch everything but then I have to figure out from which function the exception occurred Thanks