PptReadException

PptReadException class

Represents an exception which thrown on presentation reading errors.

public class PptReadException : PptException

Constructors

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

See Also