PptxReadException

PptxReadException class

表示在演示文稿读取错误时引发的异常。

public class PptxReadException : PptxException

Constructors

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

See Also