out_of_memory Class
The exception that is thrown when a method fails because of a lack of system or device memory.
Syntax
class out_of_memory : public runtime_exception;
Members
Public Constructors
Name | Description |
---|---|
out_of_memory::out_of_memory Constructor | Initializes a new instance of the out_of_memory class. |
Inheritance Hierarchy
exception
runtime_exception
out_of_memory
Requirements
Header: amprt.h
Namespace: Concurrency