ReactOS 0.4.15-dev-7918-g2a2556c
invalid_argument Class Reference

#include <_stdexcept.h>

Inheritance diagram for invalid_argument:
Collaboration diagram for invalid_argument:

Public Member Functions

 invalid_argument (const string &__arg)
 
 ~invalid_argument () _STLP_NOTHROW_INHERENTLY
 
- Public Member Functions inherited from logic_error
 logic_error (const string &__s)
 
 ~logic_error () _STLP_NOTHROW_INHERENTLY
 
- Public Member Functions inherited from __Named_exception
 __Named_exception (const string &__str)
 
 __Named_exception (const __Named_exception &)
 
__Named_exceptionoperator= (const __Named_exception &)
 
const charwhat () const _STLP_NOTHROW_INHERENTLY
 
 ~__Named_exception () _STLP_NOTHROW_INHERENTLY
 

Detailed Description

Definition at line 57 of file _stdexcept.h.

Constructor & Destructor Documentation

◆ invalid_argument()

invalid_argument::invalid_argument ( const string __arg)
inline

Definition at line 59 of file _stdexcept.h.

59: logic_error(__arg) {}

◆ ~invalid_argument()

invalid_argument::~invalid_argument ( )

The documentation for this class was generated from the following file: