LimitMemoryException

LimitMemoryException(string)

初始化LimitMemoryException类.

public LimitMemoryException(string message)
范围类型描述
messageString异常消息。

也可以看看


LimitMemoryException(string, Exception)

初始化LimitMemoryException类.

public LimitMemoryException(string message, Exception innerException)
范围类型描述
messageString异常消息。
innerExceptionException内在异常。

也可以看看


LimitMemoryException(string, long)

初始化LimitMemoryException类.

public LimitMemoryException(string message, long reduceMemoryFactor)
范围类型描述
messageString异常消息。
reduceMemoryFactorInt64减少记忆因子。

也可以看看


LimitMemoryException(string, Exception, int)

初始化LimitMemoryException类.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
范围类型描述
messageString异常消息。
innerExceptionException内在异常。
reduceMemoryFactorInt32减少记忆因子。

也可以看看