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