FontNotFoundException

FontNotFoundException class

Die Ausnahme, die ausgelöst wird, wenn eine Schriftart nicht gefunden wird.

public sealed class FontNotFoundException : ApplicationException

Konstrukteure

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

Siehe auch