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