Class PlatformException

PlatformException class

Stellt die Basisklasse für alle Ausnahmen dar, die während der Anwendungsausführung auftreten können.

public class PlatformException : Exception

Konstrukteure

NameBeschreibung
PlatformException()Initialisiert eine neue Instanz vonPlatformException Klasse.
PlatformException(string)Initialisiert eine neue Instanz vonPlatformException Klasse mit einer bestimmten Fehlermeldung.
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.

Siehe auch