CellUnsupportedDataException
CellUnsupportedDataException()
初始化一个新的 CellUnsupportedDataException 类的实例。
public CellUnsupportedDataException()
参见
CellUnsupportedDataException(string)
初始化一个新的 CellUnsupportedDataException 类的实例,并指定错误消息。
public CellUnsupportedDataException(string message)
| 参数 | 类型 | 描述 |
|---|---|---|
| message | String | 描述错误的字符串。 |
参见
CellUnsupportedDataException(string, Exception)
初始化一个新的 CellUnsupportedDataException 类的实例,并指定错误消息和指向导致此异常的内部异常的引用。
public CellUnsupportedDataException(string message, Exception innerException)
| 参数 | 类型 | 描述 |
|---|---|---|
| message | String | 描述错误的字符串。 |
| innerException | Exception | 导致当前异常的异常。 |