PptCorruptFileException

PptCorruptFileException()

Default constructor.

public PptCorruptFileException()

See Also


PptCorruptFileException(string)

Constructor allowing a message to be added to this exception.

public PptCorruptFileException(string message)
ParameterTypeDescription
messageStringmessage

See Also


PptCorruptFileException(string, Exception)

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

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

See Also