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

另见