2004-03-24 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 24 Mar 2004 02:21:48 +0000 (02:21 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 24 Mar 2004 02:21:48 +0000 (02:21 -0000)
commit3aee5d6284e7e0527eb8a828fafe8ff32204a174
tree6f6b69427f63849a6e708841cab37fcc36c61270
parent07e8a49a4757a88f5955d7272a1a5bc4c24873c0
2004-03-24  Atsushi Enomoto <atsushi@ximian.com>

* XmlAttributeCollection.cs : Remove() should throw an exception when
  target attribute is not included in the collection.
* XmlDocument.cs : ImportNode() should reject null node.
* XmlNode.cs : Fixed type of exception for invalid insertion.
  It should throw an exception not only when the owner document of the
  reference element is different but its parent element is different.
  Some error message improvement.

svn path=/trunk/mcs/; revision=24509
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlAttributeCollection.cs
mcs/class/System.XML/System.Xml/XmlDocument.cs
mcs/class/System.XML/System.Xml/XmlNode.cs