Site icon EfmSoft

What does HRESULT 0x80010002 (RPC_E_CALL_CANCELED) mean?

 
Previous Next
RPC_E_CALL_REJECTED RPC_E_CANTPOST_INSENDCALL

RPC_E_CALL_CANCELED

RPC_E_CALL_CANCELED means that COM call filtering cancelled a pending call. The error usually reflects a client-side decision made while COM was waiting, rather than proof that the target application crashed.

What to inspect

Do not infer that a cancelled call had no side effects without checking the target object or the transaction state.

Microsoft: COM documentation


Looking for a different code? Search another status or error code.

Exit mobile version