FontNotSupportedOperationException

FontNotSupportedOperationException class

Stellt eine Ausnahme für nicht unterstützte Operationen dar. Die Ausnahme kann ausgelöst werden, falls einige Operationen für einen bestimmten Schriftarttyp nicht unterstützt werden.

public class FontNotSupportedOperationException : FontException

Konstrukteure

NameBeschreibung
FontNotSupportedOperationException()Initialisiert neuFontNotSupportedOperationException Objekt.
FontNotSupportedOperationException(string)Initialisiert neuFontNotSupportedOperationException Objekt.
FontNotSupportedOperationException(SerializationInfo, StreamingContext)Initialisiert neuFontNotSupportedOperationException Objekt.
FontNotSupportedOperationException(string, Exception)Initialisiert neuFontNotSupportedOperationException Objekt.

Siehe auch