Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 923 Bytes

File metadata and controls

35 lines (23 loc) · 923 Bytes
title Platform::OutOfMemoryException Class
description Learn more about: Platform::OutOfMemoryException Class
ms.date 12/30/2016
ms.topic reference
f1_keywords
VCCORLIB/Platform::OutOfMemoryException
VCCORLIB/Platform::OutOfMemoryException::OutOfMemoryException
helpviewer_keywords
Platform::OutOfMemoryException

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