3 references to XmlException
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
2271
throw new
XmlException
(err, (string[])null);
3975
return new
XmlException
(res, (string[])null);
3986
return new
XmlException
(res, new string[] { arg1, arg2 });