2 references to XmlSchemaException
System.Xml (2)
System\Xml\Schema\Parser.cs (1)
80
throw new
XmlSchemaException
(code, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition);
System\Xml\Schema\ParserAsync.cs (1)
40
throw new
XmlSchemaException
(code, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition);