ReactOS 0.4.15-dev-7953-g1f49173
length_error Class Reference

#include <_stdexcept.h>

Inheritance diagram for length_error:
Collaboration diagram for length_error:

Public Member Functions

 length_error (const string &__arg)
 
 ~length_error () _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 65 of file _stdexcept.h.

Constructor & Destructor Documentation

◆ length_error()

length_error::length_error ( const string __arg)
inline

Definition at line 67 of file _stdexcept.h.

67: logic_error(__arg) {}

◆ ~length_error()

length_error::~length_error ( )

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