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