C# 클래스 Azavea.Open.DAO.Exceptions.DaoUnsupportedTypeCoercionException

This is a specialized subtype of the coerce exception, thrown when you attempt to convert a value to an unsupported type.
상속: DaoTypeCoercionException
파일 보기 프로젝트 열기: azavea/net-dao

공개 메소드들

메소드 설명
DaoUnsupportedTypeCoercionException ( Type desiredType, object value ) : System

Creates a coercion exception for when the type being coerced to is not supported.

메소드 상세

DaoUnsupportedTypeCoercionException() 공개 메소드

Creates a coercion exception for when the type being coerced to is not supported.
public DaoUnsupportedTypeCoercionException ( Type desiredType, object value ) : System
desiredType System.Type Type we were trying to coerce the value to.
value object The value that was trying to be coerced.
리턴 System