|
STLdoc
STLdocumentation
|
Public Member Functions | |
| future_error (error_code _Errcode) | |
| const error_code & | code () const _NOEXCEPT |
| const char *__CLR_OR_THIS_CALL | what () const _THROW0() |
Public Member Functions inherited from logic_error | |
| logic_error (const string &_Message) | |
| logic_error (const char *_Message) | |
Public Member Functions inherited from exception | |
| __CLR_OR_THIS_CALL | exception (const char *_Message="unknown", int=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 |
| void __CLR_OR_THIS_CALL | _Raise () const |
Protected Member Functions | |
| virtual void | _Doraise () const |
Private Attributes | |
| error_code | _Mycode |
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 |
|
inlineexplicit |
|
inlineprotectedvirtual |
Reimplemented from logic_error.
|
inline |
|
inlinevirtual |
Reimplemented from exception.
|
private |
1.8.8