C++ Stdexcept 库 - range_error


描述

它是运行时错误异常,此类定义了作为异常抛出的对象类型,以报告只能在运行时检测到的错误。

宣言

以下是 std::runtime_error 的声明。

class runtime_error;

C++11

class runtime_error;

参数

没有任何

返回值

没有任何

会员

构造函数- 这里作为what_arg传递的字符串与成员what返回的值具有相同的内容。

标准例外.htm