LimitMemoryException

LimitMemoryException constructor (1 of 4)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


LimitMemoryException constructor (2 of 4)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also


LimitMemoryException constructor (3 of 4)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message, long reduceMemoryFactor)
ParameterTypeDescription
messageStringThe exception message.
reduceMemoryFactorInt64The reduce memory factor.

See Also


LimitMemoryException constructor (4 of 4)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.
reduceMemoryFactorInt32The reduce memory factor.

See Also