PptEditException

PptEditException class

Represents an exception thrown when edit presentation error is detected.

public class PptEditException : PptException

Constructors

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

See Also