PptxUnsupportedFormatException

PptxUnsupportedFormatException class

当演示文稿文件格式不受支持时抛出的异常。

public class PptxUnsupportedFormatException : PptxReadException

构造函数

名称描述
PptxUnsupportedFormatException()默认构造函数。
PptxUnsupportedFormatException(string)允许向此异常添加消息的构造函数。
PptxUnsupportedFormatException(string, Exception)包含消息和嵌入异常的异常的构造函数。

另见