runtime_error


A base exception type used to report runtime errors.

Library

Standards<ToolKit>

Declaration


#include <stdexcept>

class runtime_error : public exception

Interface

Constructor
runtime_error( const string& description )
Constructs an exception to report a generic runtime error, including the specific problem details from description .

Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.