I'm trying to understand HRESULT 0x80131500
. I tried to google for it, but didn't find anything helpful.
Then I tried to find a list of possible HRESULT values, and it's not listed in this link.
What should I do now?
Resolved. I can't find anything related to the HRESULT, so I called GetLastError() when the .NET exception is thrown. Windows Error Codes is well documented:
RPC_S_UNKNOWN_IF 1717
This helped a lot.
User contributions licensed under CC BY-SA 3.0