PptUnsupportedFormatException

PptUnsupportedFormatException()

Default constructor.

public PptUnsupportedFormatException()

See Also


PptUnsupportedFormatException(string)

Constructor allowing a message to be added to this exception.

public PptUnsupportedFormatException(string message)
ParameterTypeDescription
messageStringmessage

See Also


PptUnsupportedFormatException(string, Exception)

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

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

See Also