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