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

  • Thread starter Thread starter chcw
  • Start date Start date
C

chcw

Guest
Hi,



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.

Continue reading...
 
Back
Top