How to Catch Win32 Exception(0x80010001) in VC++

-2

I am using Visual C++ 2008 to write a small application. When debugging the application in Visual Studio 2008, I find it will raise a Win32 Exception: 0x80010001(RPC_E_CALL_REJECTED). Therefore, I want to catch it, but do not catch other exceptions, so catch(…) will not work for my case. But I don’t know the type of the exception so don’t know how to write the catch statement. Please help.

c++
windows
visual-c++
visual-studio-2008
exception-handling
asked on Stack Overflow Jul 13, 2018 by alancc

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0