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
-
objectExceptionCsvConverterMissingException
- 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 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; }