UnsupportedFontTypeException

UnsupportedFontTypeException class

Die Ausnahme, die ausgelöst wird, wenn ein Schriftarttyp nicht unterstützt wird.

public sealed class UnsupportedFontTypeException : ApplicationException

Konstrukteure

NameBeschreibung
UnsupportedFontTypeException(Exception)Initialisiert eine neue Instanz vonUnsupportedFontTypeException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.
UnsupportedFontTypeException(string)Initialisiert eine neue Instanz vonUnsupportedFontTypeException Klasse.
UnsupportedFontTypeException(string, Exception)Initialisiert eine neue Instanz vonUnsupportedFontTypeException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

Siehe auch