|
NEMeetingKit V4.18.0
|
异常信息 更多...
#include <kit_define_exception.h>
Public 成员函数 | |
| NEException () | |
| 构造函数 | |
| NEException (NEExceptionCode error, const std::string &message) | |
| 构造函数 | |
| NEExceptionCode | ExceptionCode () const |
| 获取异常码 | |
| void | ExceptionCode (NEExceptionCode code) |
| 设置异常码 | |
| std::string | ExceptionMessage () const |
| 获取异常描述 | |
| void | ExceptionMessage (const std::string &msg) |
| 设置异常描述 | |
Public 成员函数 继承自 NEObject | |
| NEObject ()=default | |
| 构造函数 | |
| virtual | ~NEObject ()=default |
| 析构函数 | |
异常信息
|
inline |
构造函数
|
inline |
构造函数
| error | 异常码 |
| message | 异常描述 |
|
inline |
获取异常码
|
inline |
设置异常码
| code | 异常码 |
|
inline |
获取异常描述
|
inline |
设置异常描述
| msg | 异常描述 |