STLdoc
STLdocumentation
|
Exception thrown when an underlying OS/DirectX call fails due to lack of system or device memory More...
#include <amprt_exceptions.h>
Public Member Functions | |
_AMPIMP | out_of_memory (const char *_Message) throw () |
Construct an out_of_memory exception with a message More... | |
_AMPIMP | out_of_memory () throw () |
Construct an out_of_memory exception More... | |
Public Member Functions inherited from Concurrency::runtime_exception | |
_AMPIMP | runtime_exception (const char *_Message, HRESULT _Hresult) throw () |
Construct a runtime_exception exception with a message and an error code More... | |
_AMPIMP | runtime_exception (HRESULT _Hresult) throw () |
Construct a runtime_exception exception with an error code More... | |
_AMPIMP | runtime_exception (const runtime_exception &_Other) throw () |
Copy construct a runtime_exception exception More... | |
_AMPIMP runtime_exception & | operator= (const runtime_exception &_Other) throw () |
Assignment operator More... | |
virtual _AMPIMP | ~runtime_exception () throw () |
Destruct a runtime_exception exception object instance More... | |
_AMPIMP HRESULT | get_error_code () const throw () |
Get the error code that caused this exception More... | |
Exception thrown when an underlying OS/DirectX call fails due to lack of system or device memory
|
explicit |
Construct an out_of_memory exception with a message
_Message | Descriptive message of error |
_AMPIMP Concurrency::out_of_memory::out_of_memory | ( | ) | ||
throw | ( | |||
) |
Construct an out_of_memory exception