PptxEditException

PptxEditException()

Standardkonstruktor.

public PptxEditException()

Siehe auch


PptxEditException(string)

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

public PptxEditException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


PptxEditException(string, Exception)

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

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

Siehe auch