CellUnsupportedDataException

CellUnsupportedDataException class

当在电子表格单元格中遇到不支持的数据时抛出的异常。

public class CellUnsupportedDataException : PptxEditException

Constructors

名称描述
CellUnsupportedDataException()初始化 CellUnsupportedDataException 类的新实例。
CellUnsupportedDataException(string)使用指定的错误消息初始化 CellUnsupportedDataException 类的新实例。
CellUnsupportedDataException(string, Exception)使用指定的错误消息和指向导致此异常的内部异常的引用初始化 CellUnsupportedDataException 类的新实例。

另见