PptxException

PptxException class

Represents a standard internal exception type.

public class PptxException : OOXMLException

Constructors

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

See Also