1 instantiation of PropertyConstraintException
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
293return new PropertyConstraintException(message, propertyName);
1 reference to PropertyConstraintException
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
291static internal PropertyConstraintException PropertyConstraint(string message, string propertyName)