FontNotSupportedOperationException

FontNotSupportedOperationException()

Initialisiert neuFontNotSupportedOperationException Objekt.

public FontNotSupportedOperationException()

Siehe auch


FontNotSupportedOperationException(string)

Initialisiert neuFontNotSupportedOperationException Objekt.

public FontNotSupportedOperationException(string message)
ParameterTypBeschreibung
messageStringEine Meldung, die den Fehler beschreibt.

Siehe auch


FontNotSupportedOperationException(string, Exception)

Initialisiert neuFontNotSupportedOperationException Objekt.

public FontNotSupportedOperationException(string message, Exception innerException)
ParameterTypBeschreibung
messageStringEine Meldung, die den Fehler beschreibt.
innerExceptionExceptionDie Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Siehe auch


FontNotSupportedOperationException(SerializationInfo, StreamingContext)

Initialisiert neuFontNotSupportedOperationException Objekt.

public FontNotSupportedOperationException(SerializationInfo info, StreamingContext context)
ParameterTypBeschreibung
infoSerializationInfoDas Objekt, das die serialisierten Objektdaten enthält.
contextStreamingContextDie Kontextinformationen über die Quelle oder das Ziel.

Siehe auch