PptxReadException

PptxReadException()

Default constructor.

public PptxReadException()

See Also


PptxReadException(string)

Constructor allowing a message to be added to this exception.

public PptxReadException(string message)
ParameterTypeDescription
messageStringmessage

See Also


PptxReadException(string, Exception)

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

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

See Also