LimitMemoryException.LimitMemoryException

LimitMemoryException(string)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


LimitMemoryException(string, Exception)

Initializes a new instance of the LimitMemoryException class.

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

See Also


LimitMemoryException(string, long)

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(string, Exception, int)

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