UnsupportedFontTypeException

UnsupportedFontTypeException(string)

Initierar en ny instans avUnsupportedFontTypeException class.

public UnsupportedFontTypeException(string message)
ParameterTypBeskrivning
messageStringBudskapet.

Se även


UnsupportedFontTypeException(string, Exception)

Initierar en ny instans avUnsupportedFontTypeException klass med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.

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

Se även


UnsupportedFontTypeException(Exception)

Initierar en ny instans avUnsupportedFontTypeException klass med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.

public UnsupportedFontTypeException(Exception innerException)
ParameterTypBeskrivning
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även