PlatformException.PlatformException

PlatformException()

Initialisiert eine neue Instanz vonPlatformException Klasse.

public PlatformException()

Siehe auch


PlatformException(string)

Initialisiert eine neue Instanz vonPlatformException Klasse mit einer bestimmten Fehlermeldung.

public PlatformException(string message)
ParameterTypBeschreibung
messageStringDie Nachricht, die den Fehler beschreibt.

Siehe auch


PlatformException(string, Exception)

Initialisiert eine neue Instanz vonPlatformException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

public PlatformException(string message, Exception innerException)
ParameterTypBeschreibung
messageStringDie Fehlermeldung, die den Grund für die Ausnahme erklärt.
innerExceptionExceptionDie Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder eine Nullreferenz, wenn keine innere Ausnahme angegeben ist.

Siehe auch