MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ComException

Method ComException

Utils/CompoundFile.h:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 struct ComException : std::exception {
21 ComException(HRESULT hr) : HResult(hr) {
22 }
23
24 HRESULT HResult;
25 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected