CellInvalidFormulaException constructor

init

Initializes a new instance of the CellInvalidFormulaException class.

def __init__(self):
    ...

init

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

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

init

Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a cell reference that contains the invalid formula.

def __init__(self, message, reference):
    ...
ParameterTypeDescription
messagestr
referencestr

See Also