2 references to XmlSchemaException
System.Private.Xml (2)
System\Xml\Schema\Parser.cs (1)
78throw new XmlSchemaException(code, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition);
System\Xml\Schema\ParserAsync.cs (1)
39throw new XmlSchemaException(code, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition);