Table of Contents

Class CsvConfigurationException

Namespace
FlameCsv.Exceptions
Assembly
FlameCsv.Core.dll

Represents problems in user code, such as invalid converter types.

public class CsvConfigurationException : Exception, ISerializable
Inheritance
CsvConfigurationException
Implements
Derived

Remarks

Initializes an exception representing an erroneus configuration.

Constructors

CsvConfigurationException(string?, Exception?)

Represents problems in user code, such as invalid converter types.

public CsvConfigurationException(string? message = null, Exception? innerException = null)

Parameters

message string
innerException Exception

Remarks

Initializes an exception representing an erroneus configuration.