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