Initializes a new instance of the
TypeConverterException
class
with a specified error message.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- Type
Converter Exception
Syntax
public TypeConverterException(ITypeConverter typeConverter, MemberMapData memberMapData, string text, CsvContext context, string message)
Parameters
Name | Type | Description |
---|---|---|
typeConverter | ITypeConverter | The type converter. |
memberMapData | MemberMapData | The member map data. |
text | string | The text. |
context | CsvContext | The reading context. |
message | string | The message that describes the error. |