CellInvalidFormulaException

CellInvalidFormulaException class

The exception that is thrown when a calculated formula is not correct or was not parsed.

The CellInvalidFormulaException type exposes the following members:

Constructors

NameDescription
CellInvalidFormulaException()Initializes a new instance of the CellInvalidFormulaException class.
CellInvalidFormulaException(message)Initializes a new instance of the CellInvalidFormulaException class
CellInvalidFormulaException(message, reference)Initializes a new instance of the CellInvalidFormulaException class

Properties

NameDescription
referenceGets a cell reference that contains the invalid formula.

See Also