MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / DXException

Method DXException

SampleFramework12/v1.00/Exceptions.h:211–214  ·  view source on GitHub ↗

Obtains a string for the specified HRESULT error code

Source from the content-addressed store, hash-verified

209
210 // Obtains a string for the specified HRESULT error code
211 DXException(HRESULT hresult) : errorCode(hresult)
212 {
213 message = GetDXErrorString(hresult);
214 }
215
216 DXException(HRESULT hresult, LPCWSTR errorMsg) : errorCode(hresult)
217 {

Callers

nothing calls this directly

Calls 1

GetDXErrorStringFunction · 0.85

Tested by

no test coverage detected