5 references to Sch_MinLengthConstraintFailed
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (4)
1403
return new XmlSchemaException(ResXml.
Sch_MinLengthConstraintFailed
, string.Empty);
1535
return new XmlSchemaException(ResXml.
Sch_MinLengthConstraintFailed
, string.Empty);
1604
return new XmlSchemaException(ResXml.
Sch_MinLengthConstraintFailed
, string.Empty);
1668
return new XmlSchemaException(ResXml.
Sch_MinLengthConstraintFailed
, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
513
SendValidationEvent(ResXml.
Sch_MinLengthConstraintFailed
, value);