C# Класс SoftCircuits.CsvParser.DataConverterTypeMismatchException

This exception indicates a custom data converter was assigned to a property, but the converter data type did not match the property data type. To resolve this error, ensure that all custom data converters must be for the same type as the property they are assigned to.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
DataConverterTypeMismatchException ( ) : System
DataConverterTypeMismatchException ( string propertyName, Type propertyType, Type converterType ) : System

Описание методов

DataConverterTypeMismatchException() публичный Метод

public DataConverterTypeMismatchException ( ) : System
Результат System

DataConverterTypeMismatchException() публичный Метод

public DataConverterTypeMismatchException ( string propertyName, Type propertyType, Type converterType ) : System
propertyName string
propertyType Type
converterType Type
Результат System