CellUnsupportedDataException

CellUnsupportedDataException()

Initialisiert eine neue Instanz vonCellUnsupportedDataException Klasse.

public CellUnsupportedDataException()

Siehe auch


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


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