PptxReadException

PptxReadException class

Represents an exception which thrown on presentation reading errors.

public class PptxReadException : PptxException

Constructors

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

See Also