PptxReadException

PptxReadException()

默认构造函数。

public PptxReadException()

也可以看看


PptxReadException(string)

允许将消息添加到此异常的构造函数。

public PptxReadException(string message)
范围类型描述
messageString消息

也可以看看


PptxReadException(string, Exception)

包含消息和嵌入异常的异常的构造函数。

public PptxReadException(string message, Exception exception)
范围类型描述
messageStringmessage
exceptionException原始异常

也可以看看