CellCircularReferenceException constructor

init(self)

Initializes a new instance of the CellCircularReferenceException class.

def __init__(self):
    ...

init(self, message)

Initializes a new instance of the CellCircularReferenceException class with a specified error message.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrA string that describes the error.

init(self, message, reference)

Initializes a new instance of the CellCircularReferenceException class with a specified error message and circular cell reference.

def __init__(self, message, reference):
    ...
ParameterTypeDescription
messagestrA string that describes the error.
referencestrA circular cell reference.

See Also