CellInvalidReferenceException constructor

init

Initializes a new instance of the CellInvalidReferenceException class.

def __init__(self):
    ...

init

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

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

init

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

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

See Also