4 references to ValueInvalidCast
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
928
return EntityUtil.
ValueInvalidCast
(resultType, typeof(TColumn));
System\Data\Common\Internal\Materialization\Translator.cs (1)
835
throw EntityUtil.
ValueInvalidCast
(valueType, typeof(TTarget));
System\Data\Objects\ObjectViewFactory.cs (2)
114
throw EntityUtil.
ValueInvalidCast
(clrElementType, typeof(TElement));
197
throw EntityUtil.
ValueInvalidCast
(clrElementType, typeof(TElement));