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