PptCorruptFileException

PptCorruptFileException()

默认构造函数。

public PptCorruptFileException()

也可以看看


PptCorruptFileException(string)

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

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

也可以看看


PptCorruptFileException(string, Exception)

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

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

也可以看看