CellUnsupportedDataException

CellUnsupportedDataException()

初始化CellUnsupportedDataException类的新实例。

public CellUnsupportedDataException()

也可以看看


CellUnsupportedDataException(string)

初始化CellUnsupportedDataException类的新实例,指定错误 信息。

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

也可以看看


CellUnsupportedDataException(string, Exception)

初始化CellUnsupportedDataException类的新实例,指定错误 消息和对导致此异常的内部异常的引用。

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

也可以看看