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)
ParameterTypBeschreibung
messageStringEine 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)
ParameterTypBeschreibung
messageStringEine Zeichenfolge, die den Fehler beschreibt.
innerExceptionExceptionDie Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Siehe auch