PptxException

PptxException()

Standardkonstruktor.

public PptxException()

Siehe auch


PptxException(string)

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

public PptxException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


PptxException(string, Exception)

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

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

Siehe auch