PptxReadException

PptxReadException()

Standardkonstruktor.

public PptxReadException()

Siehe auch


PptxReadException(string)

Konstruktor, der es ermöglicht, dieser Ausnahme eine Nachricht hinzuzufügen.

public PptxReadException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


PptxReadException(string, Exception)

Konstruktor für eine Ausnahme, die eine Nachricht und eine eingebettete Ausnahme enthält.

public PptxReadException(string message, Exception exception)
ParameterTypBeschreibung
messageStringBotschaft
exceptionExceptionursprüngliche Ausnahme

Siehe auch