CellUnsupportedDataException

CellUnsupportedDataException()

Initialise une nouvelle instance duCellUnsupportedDataException classe.

public CellUnsupportedDataException()

Voir également


CellUnsupportedDataException(string)

Initialise une nouvelle instance duCellUnsupportedDataException classe avec un message d’erreur spécifié.

public CellUnsupportedDataException(string message)
ParamètreTaperLa description
messageStringUne chaîne qui décrit l’erreur.

Voir également


CellUnsupportedDataException(string, Exception)

Initialise une nouvelle instance duCellUnsupportedDataException class avec un message error spécifié et une référence à l’exception interne qui est la cause de cette exception.

public CellUnsupportedDataException(string message, Exception innerException)
ParamètreTaperLa description
messageStringUne chaîne qui décrit l’erreur.
innerExceptionExceptionL’exception qui est la cause de l’exception actuelle.

Voir également