Namespace FlameCsv.Exceptions
Classes
- CsvBindingException
Represents errors in CSV member binding configuration, such as invalid member types or fields.
- CsvBindingException<T>
Represents errors in CSV member binding configuration, such as invalid member types or fields.
- CsvConfigurationException
Represents problems in user code, such as invalid converter types.
- CsvConverterMissingException
Represents an error of a converter for the specified type being missing in the configuration.
- CsvFormatException
Represents unrecoverable format errors in the CSV, such as uneven string delimiters.
This exception is not handled by ExceptionHandler.
- CsvParseException
Represents an error of an unparseable value.
- CsvReadException
Thrown for faulty but structurally valid CSV, such as wrong field count on a line.
- CsvWriteException
Represents errors when writing CSV, such as errors thrown during flushing the buffers.