length_error Class Reference
#include <stdapis/stlportv5/stl/_stdexcept.h>
Link against: stdnew.lib
class length_error : public logic_error
Inherits from
length_error
logic_error
__Named_exception
Public Member Functions
length_error
(const
string
&)
~length_error
()
Inherited Functions
__Named_exception::__Named_exception(const string &)
__Named_exception::what()const
__Named_exception::~__Named_exception()
logic_error::logic_error(const string &)
logic_error::~logic_error()
Constructor & Destructor Documentation
length_error ( const string & )
length_error
(
const
string
&
__arg
)
[inline]
~length_error ( )
_STLP_DECLSPEC
~length_error
(
)