Class UnsupportedFontTypeException

Klasse UnsupportedFontTypeException

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

public sealed class UnsupportedFontTypeException : PdfException

Konstruktoren

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

Siehe auch