2 references to IncorrectValueTypeInvalidOperation
System.Data.Entity (2)
System\Data\EntityKey.cs (2)
1112
throw EntityUtil.
IncorrectValueTypeInvalidOperation
(keyMember.Name, entitySetKeyType.FullName, keyValue.GetType().FullName);
1132
throw EntityUtil.
IncorrectValueTypeInvalidOperation
(keyMember.Name, expectedClrEnumType.FullName, keyValue.GetType().FullName);