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

Public Member Functions

__CLR_OR_THIS_CALL bad_exception (const char *_Message="bad exception") _THROW0()
 
virtual __CLR_OR_THIS_CALL ~bad_exception () _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
 

Protected Member Functions

virtual void __CLR_OR_THIS_CALL _Doraise () const
 

Additional Inherited Members

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

Constructor & Destructor Documentation

__CLR_OR_THIS_CALL bad_exception::bad_exception ( const char *  _Message = "bad exception")
inline
339  : exception(_Message)
340  { // construct from message string
341  }
__CLR_OR_THIS_CALL exception(const char *_Message="unknown", int x=1) _THROW0()
Definition: exception:238
virtual __CLR_OR_THIS_CALL bad_exception::~bad_exception ( )
inlinevirtual
344  { // destroy the object
345  }

Member Function Documentation

virtual void __CLR_OR_THIS_CALL bad_exception::_Doraise ( ) const
inlineprotectedvirtual

Reimplemented from exception.

350  { // raise this exception
351  _RAISE(*this);
352  }
#define _RAISE(x)
Definition: xstddef:70

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