PlatformException.PlatformException

PlatformException()

Initierar en ny instans avPlatformException class.

public PlatformException()

Se även


PlatformException(string)

Initierar en ny instans avPlatformException klass med ett specificerat felmeddelande.

public PlatformException(string message)
ParameterTypBeskrivning
messageStringMeddelandet som beskriver felet.

Se även


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.

public PlatformException(string message, Exception innerException)
ParameterTypBeskrivning
messageStringFelmeddelandet som förklarar orsaken till undantaget.
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget, eller en nollreferens om inget inre undantag anges.

Se även