slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
z8::DXException类 参考

#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
 

构造及析构函数说明

◆ DXException() [1/3]

z8::DXException::DXException ( )
default

◆ DXException() [2/3]

DXException::DXException ( HRESULT hr)

◆ DXException() [3/3]

DXException::DXException ( HRESULT hr,
const std::wstring & functionName,
const std::wstring & filename,
int lineNumber )

成员函数说明

◆ toString()

std::wstring DXException::toString ( ) const
这是这个函数的调用关系图:

类成员变量说明

◆ ErrorCode

HRESULT z8::DXException::ErrorCode = S_OK

◆ Filename

std::wstring z8::DXException::Filename

◆ FunctionName

std::wstring z8::DXException::FunctionName

◆ LineNumber

int z8::DXException::LineNumber = -1

该类的文档由以下文件生成: