PptxUnsupportedFormatException

PptxUnsupportedFormatException class

Exception which thrown when presentation file format is unsupported.

public class PptxUnsupportedFormatException : PptxReadException

Constructors

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

See Also