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