OdpReadException

OdpReadException()

Standardkonstruktor

public OdpReadException()

Siehe auch


OdpReadException(string)

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

public OdpReadException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


OdpReadException(string, Exception)

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

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

Siehe auch