2 overrides of CreateWrongTypeException
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Shaper.cs (2)
926protected override Exception CreateWrongTypeException(Type resultType) 959protected override Exception CreateWrongTypeException(Type resultType)
1 reference to CreateWrongTypeException
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
888throw CreateWrongTypeException(resultType);