Table of Contents

Class CsvConverterMissingException

Namespace
FlameCsv.Exceptions
Assembly
FlameCsv.Core.dll

Represents an error of a converter for the specified type being missing in the configuration.

public sealed class CsvConverterMissingException : CsvConfigurationException, ISerializable
Inheritance
object
Exception
CsvConverterMissingException
Implements

Remarks

Initializes an exception representing a missing converter for the specified type.

Constructors

CsvConverterMissingException(Type)

Represents an error of a converter for the specified type being missing in the configuration.

public CsvConverterMissingException(Type resultType)

Parameters

resultType Type

Type the converter was requested for

Remarks

Initializes an exception representing a missing converter for the specified type.

Properties

ResultType

Type the converter is for.

public Type ResultType { get; }

Property Value

Type