out_of_memory Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The exception that is thrown when a method fails because of a lack of system or device memory.
class out_of_memory : public runtime_exception;
Public Constructors
| Name | Description |
|---|---|
| out_of_memory::out_of_memory Constructor | Initializes a new instance of the out_of_memory class. |
exception
runtime_exception
out_of_memory
Header: amprt.h
Namespace: Concurrency
Show: