CellUnsupportedDataException

CellUnsupportedDataException 类

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

public class CellUnsupportedDataException : PptxEditException

构造函数

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

另请参阅