2 references to XmlException
System.Private.Xml (2)
System\Xml\XmlConvert.cs (2)
527
throw new
XmlException
(SR.Xml_InvalidWhitespaceCharacter, XmlException.BuildCharExceptionArgs(content, pos), 0, pos + 1);
1571
return new
XmlException
(res, args, lineNo, linePos);