PptxException

PptxException()

Default constructor.

public PptxException()

See Also


PptxException(string)

Constructor allowing a message to be added to this exception.

public PptxException(string message)
ParameterTypeDescription
messageStringmessage

See Also


PptxException(string, Exception)

Constructor for an exception containing a message and an embedded exception.

public PptxException(string message, Exception exception)
ParameterTypeDescription
messageStringmessage
exceptionExceptionoriginal exception

See Also