CellUnsupportedDataException
Inhalt
[
Ausblenden
]
CellUnsupportedDataException()
Initialisiert eine neue Instanz vonCellUnsupportedDataException
Klasse.
public CellUnsupportedDataException()
Siehe auch
- class CellUnsupportedDataException
- namensraum Aspose.Slides.Spreadsheet
- Montage Aspose.Slides
CellUnsupportedDataException(string)
Initialisiert eine neue Instanz vonCellUnsupportedDataException
Klasse mit einer bestimmten error Nachricht.
public CellUnsupportedDataException(string message)
Parameter | Typ | Beschreibung |
---|---|---|
message | String | Eine Zeichenfolge, die den Fehler beschreibt. |
Siehe auch
- class CellUnsupportedDataException
- namensraum Aspose.Slides.Spreadsheet
- Montage Aspose.Slides
CellUnsupportedDataException(string, Exception)
Initialisiert eine neue Instanz vonCellUnsupportedDataException
Klasse mit einer angegebenen Fehlermeldung error und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.
public CellUnsupportedDataException(string message, Exception innerException)
Parameter | Typ | Beschreibung |
---|---|---|
message | String | Eine Zeichenfolge, die den Fehler beschreibt. |
innerException | Exception | Die Ausnahme, die die Ursache der aktuellen Ausnahme ist. |
Siehe auch
- class CellUnsupportedDataException
- namensraum Aspose.Slides.Spreadsheet
- Montage Aspose.Slides