STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
bad_array_new_length Class Reference
Inheritance diagram for bad_array_new_length:
bad_alloc exception

Public Member Functions

 bad_array_new_length () _THROW0()
 
- Public Member Functions inherited from bad_alloc
__CLR_OR_THIS_CALL bad_alloc () _THROW0()
 
virtual __CLR_OR_THIS_CALL ~bad_alloc () _NOEXCEPT
 
- Public Member Functions inherited from exception
__CLR_OR_THIS_CALL exception (const char *_Message="unknown", int x=1) _THROW0()
 
__CLR_OR_THIS_CALL exception (const exception &_Right) _THROW0()
 
exception &__CLR_OR_THIS_CALL operator= (const exception &_Right) _THROW0()
 
virtual __CLR_OR_THIS_CALL ~exception () _NOEXCEPT
 
virtual const char *__CLR_OR_THIS_CALL what () const _THROW0()
 
void __CLR_OR_THIS_CALL _Raise () const
 

Additional Inherited Members

- Static Public Member Functions inherited from exception
static _STD _Prhand _Set_raise_handler (_STD _Prhand _Pnew)
 
- Protected Member Functions inherited from bad_alloc
virtual void __CLR_OR_THIS_CALL _Doraise () const
 
- Protected Attributes inherited from exception
const char * _Ptr
 

Constructor & Destructor Documentation

bad_array_new_length::bad_array_new_length ( )
inline
395  : bad_alloc("bad array new length")
396  { // default construct
397  }
__CLR_OR_THIS_CALL bad_alloc() _THROW0()
Definition: exception:361

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