Class LimitMemoryException

LimitMemoryException class

制限メモリ例外。メモリ使用量を減らす必要があるときに発生します.

public class LimitMemoryException : OutOfMemoryException

コンストラクター

名前説明
LimitMemoryException(string)の新しいインスタンスを初期化しますLimitMemoryExceptionclass.
LimitMemoryException(string, Exception)の新しいインスタンスを初期化しますLimitMemoryExceptionclass.
LimitMemoryException(string, long)の新しいインスタンスを初期化しますLimitMemoryExceptionclass.
LimitMemoryException(string, Exception, int)の新しいインスタンスを初期化しますLimitMemoryExceptionclass.

プロパティ

名前説明
ReduceMemoryFactor { get; set; }メモリ削減係数を取得または設定します。

関連項目