4 references to XmlException
System.Private.Xml (4)
System\Xml\Schema\XdrValidator.cs (1)
392throw new XmlException(SR.Xml_MultipleValidationTypes, string.Empty, this.PositionInfo.LineNumber, this.PositionInfo.LinePosition);
System\Xml\Schema\XsdValidator.cs (1)
635throw new XmlException(SR.Xml_MultipleValidationTypes, string.Empty, this.PositionInfo.LineNumber, this.PositionInfo.LinePosition);
System\Xml\XmlConvert.cs (2)
1537return new XmlException(res, string.Empty, lineNo, linePos); 1554return new XmlException(res, arg, lineNo, linePos);