PptxUnsupportedFormatException

PptxUnsupportedFormatException()

Default constructor.

public PptxUnsupportedFormatException()

See Also


PptxUnsupportedFormatException(string)

Constructor allowing a message to be added to this exception.

public PptxUnsupportedFormatException(string message)
ParameterTypeDescription
messageStringmessage

See Also


PptxUnsupportedFormatException(string, Exception)

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

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

See Also