PptReadException

PptReadException()

Standardkonstruktor.

public PptReadException()

Siehe auch


PptReadException(string)

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

public PptReadException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


PptReadException(string, Exception)

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

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

Siehe auch