InvalidFontFormatException

InvalidFontFormatException(string)

Skapar ny instans avInvalidFontFormatException med specificerat felmeddelande

public InvalidFontFormatException(string message)
Parameter Typ Beskrivning
message String Textmeddelandet, som beskriver felet, kan vara null eller tomt

Se även


InvalidFontFormatException(string, Exception)

Skapar ny instans avInvalidFontFormatException med specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag

public InvalidFontFormatException(string message, Exception innerException)
Parameter Typ Beskrivning
message String Textmeddelandet, som beskriver felet, kan vara null eller tomt
innerException Exception Undantaget som är orsaken till det aktuella undantaget, eller en nollreferens om inget inre undantag anges.

Se även