OutOfMemoryException クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class OutOfMemoryException Inherits SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public class OutOfMemoryException : SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class OutOfMemoryException : public SystemException

OutOfMemoryException をスローする MSIL (Microsoft Intermediate Language) 命令を次に示します。
-
newarr
-
newobj
OutOfMemoryException は、値 0x8007000E を保持する HRESULT COR_E_OUTOFMEMORY を使用します。
OutOfMemoryException のインスタンスの初期プロパティ値の一覧については、OutOfMemoryException コンストラクタのトピックを参照してください。
![]() |
---|
Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows CE プラットフォームメモ : リソースに制約のあるデバイスでこの例外の発生を回避するには、64 KB 以上のメモリを消費するメソッドを使用しないでください。

System.Exception
System.SystemException
System.OutOfMemoryException
System.InsufficientMemoryException


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- OutOfMemoryException クラスのページへのリンク