5 references to Sch_MinLengthConstraintFailed
System.Private.Xml (5)
System\Xml\Schema\FacetChecker.cs (4)
1382return new XmlSchemaException(SR.Sch_MinLengthConstraintFailed, string.Empty); 1516return new XmlSchemaException(SR.Sch_MinLengthConstraintFailed, string.Empty); 1585return new XmlSchemaException(SR.Sch_MinLengthConstraintFailed, string.Empty); 1649return new XmlSchemaException(SR.Sch_MinLengthConstraintFailed, string.Empty);
System\Xml\Schema\XdrValidator.cs (1)
514SendValidationEvent(SR.Sch_MinLengthConstraintFailed, value);