Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.09 KB

File metadata and controls

37 lines (29 loc) · 1.09 KB
title Platform::OutOfMemoryException Class | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.technology cpp-windows
ms.topic reference
f1_keywords
VCCORLIB/Platform::OutOfMemoryException
VCCORLIB/Platform::OutOfMemoryException::OutOfMemoryException
dev_langs
C++
helpviewer_keywords
Platform::OutOfMemoryException
ms.assetid 49c19f6b-f66c-4448-b861-91dcbf32de2c
author mikeblome
ms.author mikeblome
ms.workload
cplusplus

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