invalid_argument


An exception type used to report invalid argument errors.

Library

Standards<ToolKit>

Declaration


#include <stdexcept>

class invalid_argument : public logic_error

Interface

Constructor
invalid_argument( const string& description )
Constructs an exception to report an invalid argument error, including the specific problem details from description .

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