CellInvalidFormulaException

CellInvalidFormulaException()

Initializes a new instance of the CellInvalidFormulaException class.

public CellInvalidFormulaException()

See Also


CellInvalidFormulaException(string)

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

public CellInvalidFormulaException(string message)
ParameterTypeDescription
messageStringA string that describes the error.

See Also


CellInvalidFormulaException(string, Exception)

Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public CellInvalidFormulaException(string message, Exception innerException)
ParameterTypeDescription
messageStringA string that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also


CellInvalidFormulaException(string, string)

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

public CellInvalidFormulaException(string message, string reference)
ParameterTypeDescription
messageString
referenceString

See Also