PptUnsupportedFormatException

PptUnsupportedFormatException class

Exception which thrown when presentation file format is unsupported.

public class PptUnsupportedFormatException : PptReadException

Constructors

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

See Also