Table of Contents

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
object
Exception
CsvFormatException
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

message string
innerException Exception

Remarks

Initializes an exception representing invalid CSV format.