2 references to IncorrectValueType
System.Data.Entity (2)
System\Data\EntityKey.cs (2)
1108
throw EntityUtil.
IncorrectValueType
(argumentName, keyMember.Name, entitySetKeyType.FullName, keyValue.GetType().FullName);
1128
throw EntityUtil.
IncorrectValueType
(argumentName, keyMember.Name, expectedClrEnumType.FullName, keyValue.GetType().FullName);