CellUnsupportedDataException

CellUnsupportedDataException class

The exception that is thrown when an unsupported data is encountered in a spreadsheet cell.

public class CellUnsupportedDataException : PptxEditException

Constructors

NameDescription
CellUnsupportedDataException()Initializes a new instance of the CellUnsupportedDataException class.
CellUnsupportedDataException(string)Initializes a new instance of the CellUnsupportedDataException class with a specified error message.
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.

See Also