|
slot 0.0.1
A real time UI render framework
|
#include <DXException.h>
Public 成员函数 | |
| DXException ()=default | |
| DXException (HRESULT hr) | |
| DXException (HRESULT hr, const std::wstring &functionName, const std::wstring &filename, int lineNumber) | |
| std::wstring | toString () const |
Public 属性 | |
| HRESULT | ErrorCode = S_OK |
| std::wstring | FunctionName |
| std::wstring | Filename |
| int | LineNumber = -1 |
|
default |
| DXException::DXException | ( | HRESULT | hr | ) |
| DXException::DXException | ( | HRESULT | hr, |
| const std::wstring & | functionName, | ||
| const std::wstring & | filename, | ||
| int | lineNumber ) |
| std::wstring DXException::toString | ( | ) | const |

| HRESULT z8::DXException::ErrorCode = S_OK |
| std::wstring z8::DXException::Filename |
| std::wstring z8::DXException::FunctionName |
| int z8::DXException::LineNumber = -1 |