WoffFormatException

WoffFormatException()

Initialisiert neuWoffFormatException Objekt.

public WoffFormatException()

Siehe auch


WoffFormatException(string)

Initialisiert neuWoffFormatException Objekt.

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

Siehe auch


WoffFormatException(string, Exception)

Initialisiert neuWoffFormatException Objekt.

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

Siehe auch


WoffFormatException(SerializationInfo, StreamingContext)

Initialisiert neuWoffFormatException Objekt.

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

Siehe auch