out_of_memory::out_of_memory Constructor

Initializes a new instance of the out_of_memory class.

explicit out_of_memory(
   const char * _Message
) throw();

out_of_memory () throw();

Parameters

  • _Message
    A description of the error.

Return Value

A new instance of the out_of_memory class.

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

out_of_memory Class