Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ GetErrorCode
Method
GetErrorCode
Shadows/SampleFramework11/Exceptions.h:228–231 ·
view source on GitHub ↗
Retrieve the error code
Source
from the content-addressed store, hash-verified
226
227
// Retrieve the error code
228
HRESULT GetErrorCode() const throw ()
229
{
230
return errorCode;
231
}
232
233
protected:
234
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected