CellUnsupportedDataException

CellUnsupportedDataException()

Initializes a new instance of the CellUnsupportedDataException class.

public CellUnsupportedDataException()

See Also


CellUnsupportedDataException(string)

Initializes a new instance of the CellUnsupportedDataException class with a specified error message.

public CellUnsupportedDataException(string message)
ParameterTypeDescription
messageStringA string that describes the error.

See Also


CellUnsupportedDataException(string, Exception)

Initializes a new instance of the CellUnsupportedDataException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public CellUnsupportedDataException(string message, Exception innerException)
ParameterTypeDescription
messageStringA string that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also