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
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 parser 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

Methods

Throw(Type)

[DoesNotReturn]
public static void Throw(Type resultType)

Parameters

resultType Type

Exceptions

CsvConverterMissingException

Always thrown