PptCorruptFileException

PptCorruptFileException class

Exception which thrown when presentation file is probably corrupt.

public class PptCorruptFileException : PptReadException

Constructors

NameDescription
PptCorruptFileException()Default constructor.
PptCorruptFileException(string)Constructor allowing a message to be added to this exception.
PptCorruptFileException(string, Exception)Constructor for an exception containing a message and an embedded exception.

See Also