5 references to Sch_MaxLengthConstraintFailed
System.Private.Xml (5)
System\Xml\Schema\FacetChecker.cs (4)
1389return new XmlSchemaException(SR.Sch_MaxLengthConstraintFailed, string.Empty); 1523return new XmlSchemaException(SR.Sch_MaxLengthConstraintFailed, string.Empty); 1592return new XmlSchemaException(SR.Sch_MaxLengthConstraintFailed, string.Empty); 1657return new XmlSchemaException(SR.Sch_MaxLengthConstraintFailed, string.Empty);
System\Xml\Schema\XdrValidator.cs (1)
507SendValidationEvent(SR.Sch_MaxLengthConstraintFailed, value);