PptException

PptException class

Represents a standard internal exception type.

public class PptException : Exception

Constructors

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

See Also