LimitMemoryException.LimitMemoryException

LimitMemoryException(string)

の新しいインスタンスを初期化しますLimitMemoryExceptionclass.

public LimitMemoryException(string message)
パラメータタイプ説明
messageString例外メッセージ。

関連項目


LimitMemoryException(string, Exception)

の新しいインスタンスを初期化しますLimitMemoryExceptionclass.

public LimitMemoryException(string message, Exception innerException)
パラメータタイプ説明
messageString例外メッセージ。
innerExceptionException内部例外。

関連項目


LimitMemoryException(string, long)

の新しいインスタンスを初期化しますLimitMemoryExceptionclass.

public LimitMemoryException(string message, long reduceMemoryFactor)
パラメータタイプ説明
messageString例外メッセージ。
reduceMemoryFactorInt64メモリー係数の削減。

関連項目


LimitMemoryException(string, Exception, int)

の新しいインスタンスを初期化しますLimitMemoryExceptionclass.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
パラメータタイプ説明
messageString例外メッセージ。
innerExceptionException内部例外。
reduceMemoryFactorInt32メモリー係数の削減。

関連項目