CellUnsupportedDataException constructor

init(self)

Initializes a new instance of the CellUnsupportedDataException class.

def __init__(self):
    ...

init(self, message)

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

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrA string that describes the error.

See Also