Where do I find all HRESULT error codes? Not all of them is listed online

1

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?

windows
asked on Stack Overflow Sep 9, 2020 by daisy

1 Answer

-1

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.

answered on Stack Overflow Sep 9, 2020 by daisy

User contributions licensed under CC BY-SA 3.0