OdpException

OdpException()

Standardkonstruktor

public OdpException()

Siehe auch


OdpException(string)

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

public OdpException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


OdpException(string, Exception)

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

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

Siehe auch