Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 981 Bytes

platform-outofmemoryexception-class.md

File metadata and controls

36 lines (24 loc) · 981 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::OutOfMemoryException Class
Platform::OutOfMemoryException Class
12/30/2016
reference
VCCORLIB/Platform::OutOfMemoryException
VCCORLIB/Platform::OutOfMemoryException::OutOfMemoryException
Platform::OutOfMemoryException
49c19f6b-f66c-4448-b861-91dcbf32de2c

Platform::OutOfMemoryException Class

Thrown when there's insufficient memory to complete the operation.

Syntax

public ref class OutOfMemoryException : COMException,    IException,    IPrintable,    IEquatable

Remarks

For more information, see the COMException class.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

See also

Platform::COMException Class