OOXMLException

OOXMLException()

Standardkonstruktor.

public OOXMLException()

Siehe auch


OOXMLException(string)

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

public OOXMLException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


OOXMLException(string, Exception)

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

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

Siehe auch