PptReadException

PptReadException class

Represents an exception which thrown on presentation reading errors.

PptReadException

NameDescription
PptReadException()Default function.

Returns: PptReadException


PptReadException

NameDescription
PptReadException(String)Constructor allowing a message to be added to this exception.

Parameters:

NameTypeDescription
messageStringmessage

Returns: PptReadException


PptReadException

NameDescription
PptReadException(String, Exception)Constructor for an exception containing a message and an embedded exception.

Parameters:

NameTypeDescription
messageStringmessage
exceptionExceptionoriginal exception

Returns: PptReadException