3 references to XmlSchemaException
System.Xml (3)
System\Xml\Schema\BaseProcessor.cs (2)
187SendValidationEvent(new XmlSchemaException(code, msg, source), XmlSeverityType.Error); 211SendValidationEvent(new XmlSchemaException(code, msg, source), severity);
System\Xml\Schema\FacetChecker.cs (1)
617throw new XmlSchemaException(errorCode, datatype.TypeCodeString, facet);