LimitMemoryException constructor

init

Initializes a new instance of the LimitMemoryException class.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrThe exception message.

init

Initializes a new instance of the LimitMemoryException class.

def __init__(self, message, reduce_memory_factor):
    ...
ParameterTypeDescription
messagestrThe exception message.
reduce_memory_factorintThe reduce memory factor.

See Also