LimitMemoryException.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减少内存因素。

也可以看看