C++ Stdexcept 库 - runtime_error
描述
这是一个运行时错误异常,该类定义了作为异常抛出的对象的类型,以报告只能在运行时检测到的错误。
声明
以下是 std::runtime_error 的声明。
class runtime_error;
C++11
class runtime_error;
参数
none
返回值
none
成员
constructor − 这里作为 what_arg 传递的字符串与成员what 返回的值具有相同的内容。
这是一个运行时错误异常,该类定义了作为异常抛出的对象的类型,以报告只能在运行时检测到的错误。
以下是 std::runtime_error 的声明。
class runtime_error;
class runtime_error;
none
none
constructor − 这里作为 what_arg 传递的字符串与成员what 返回的值具有相同的内容。
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。