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
파일 보기 프로젝트 열기: SoftCircuits/CsvParser

공개 메소드들

메소드 설명
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