EncodingException
Inhalt
[
Ausblenden
]EncodingException()
Initialisiert neuEncodingException Objekt.
public EncodingException()
Siehe auch
- class EncodingException
- namensraum Aspose.Font.Exceptions
- Montage Aspose.Font
EncodingException(string)
Initialisiert neuEncodingException Objekt.
public EncodingException(string message)
| Parameter | Typ | Beschreibung |
|---|---|---|
| message | String | Eine Meldung, die den Fehler beschreibt. |
Siehe auch
- class EncodingException
- namensraum Aspose.Font.Exceptions
- Montage Aspose.Font
EncodingException(string, Exception)
Initialisiert neuEncodingException Objekt.
public EncodingException(string message, Exception innerException)
| Parameter | Typ | Beschreibung |
|---|---|---|
| message | String | Eine Meldung, die den Fehler beschreibt. |
| innerException | Exception | Die Ausnahme, die die Ursache der aktuellen Ausnahme ist. |
Siehe auch
- class EncodingException
- namensraum Aspose.Font.Exceptions
- Montage Aspose.Font
EncodingException(SerializationInfo, StreamingContext)
Initialisiert neuEncodingException Objekt.
public EncodingException(SerializationInfo info, StreamingContext context)
| Parameter | Typ | Beschreibung |
|---|---|---|
| info | SerializationInfo | Das Objekt, das die serialisierten Objektdaten enthält. |
| context | StreamingContext | Die Kontextinformationen über die Quelle oder das Ziel. |
Siehe auch
- class EncodingException
- namensraum Aspose.Font.Exceptions
- Montage Aspose.Font