PptxEditException

PptxEditException class

Represents an exception thrown when edit presentation error is detected.

public class PptxEditException : PptxException

Constructors

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

See Also