PlatformException

PlatformException class

Representerar basklassen för alla undantag som kan uppstå under programmets körning.

public class PlatformException : Exception

Konstruktörer

namnBeskrivning
PlatformException()Initierar en ny instans avPlatformException class.
PlatformException(string)Initierar en ny instans avPlatformException klass med ett specificerat felmeddelande.
PlatformException(string, Exception)Initierar en ny instans avPlatformException klass med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.

Se även