PptException

PptException()

Standardkonstruktor.

public PptException()

Siehe auch


PptException(string)

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

public PptException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


PptException(string, Exception)

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

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

Siehe auch