Class CsvFormatException
- Namespace
- FlameCsv.Exceptions
- Assembly
- FlameCsv.Core.dll
Represents unrecoverable format errors in the CSV, such as invalid quotes within a field.
This exception is not handled by FlameCsv.Enumeration.CsvValueEnumeratorBase<T, TValue>._exceptionHandler.
public sealed class CsvFormatException : CsvReadExceptionBase, ISerializable
- Inheritance
-
objectExceptionCsvFormatException
- Implements
- Inherited Members
Remarks
Initializes an exception representing invalid CSV format.
Constructors
CsvFormatException(string?, Exception?)
Represents unrecoverable format errors in the CSV, such as invalid quotes within a field.
This exception is not handled by FlameCsv.Enumeration.CsvValueEnumeratorBase<T, TValue>._exceptionHandler.
public CsvFormatException(string? message = null, Exception? innerException = null)
Parameters
messagestringinnerExceptionException
Remarks
Initializes an exception representing invalid CSV format.