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
TypeType 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
Methods
Throw(Type)
[DoesNotReturn]
public static void Throw(Type resultType)
Parameters
resultType
Type
Exceptions
- CsvConverterMissingException
Always thrown