CellInvalidFormulaException
CellInvalidFormulaException()
初始化 CellInvalidFormulaException 类的新实例。
public CellInvalidFormulaException()
另见
CellInvalidFormulaException(string)
使用指定的错误消息初始化 CellInvalidFormulaException 类的新实例。
public CellInvalidFormulaException(string message)
| 参数 | 类型 | 描述 |
|---|---|---|
| message | String | 描述错误的字符串。 |
另见
CellInvalidFormulaException(string, Exception)
使用指定的错误消息和引用导致此异常的内部异常初始化 CellInvalidFormulaException 类的新实例。
public CellInvalidFormulaException(string message, Exception innerException)
| 参数 | 类型 | 描述 |
|---|---|---|
| message | String | 描述错误的字符串。 |
| innerException | Exception | 导致当前异常的异常。 |
另见
CellInvalidFormulaException(string, string)
使用指定的错误消息和包含无效公式的单元格引用初始化 CellInvalidFormulaException 类的新实例。
public CellInvalidFormulaException(string message, string reference)
| 参数 | 类型 | 描述 |
|---|---|---|
| message | String | |
| reference | String |