CellInvalidFormulaException

CellInvalidFormulaException()

初始化CellInvalidFormulaException类的新实例。

public CellInvalidFormulaException()

也可以看看


CellInvalidFormulaException(string)

使用指定的错误消息初始化CellInvalidFormulaException类的新实例。

public CellInvalidFormulaException(string message)
范围类型描述
messageString描述错误的字符串。

也可以看看


CellInvalidFormulaException(string, Exception)

初始化CellInvalidFormulaException类的新实例并指定错误消息 以及对导致此异常的内部异常的引用。

public CellInvalidFormulaException(string message, Exception innerException)
范围类型描述
messageString描述错误的字符串。
innerExceptionException导致当前异常的异常。

也可以看看


CellInvalidFormulaException(string, string)

初始化CellInvalidFormulaException类的新实例并指定错误消息 以及包含无效公式的单元格引用。

public CellInvalidFormulaException(string message, string reference)
范围类型描述
messageString
referenceString

也可以看看