Author: atsushi
Date: 2005-11-07 03:57:59 -0500 (Mon, 07 Nov 2005)
New Revision: 52639

Modified:
   trunk/mcs/class/System.XML/System.Xml.XPath/ChangeLog
   trunk/mcs/class/System.XML/System.Xml.XPath/XPathException.cs
Log:
2005-11-07  Atsushi Enomoto <[EMAIL PROTECTED]>

        * XPathException.cs : Message property is back in 2.0 RTM.



Modified: trunk/mcs/class/System.XML/System.Xml.XPath/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/System.Xml.XPath/ChangeLog       2005-11-07 
08:57:45 UTC (rev 52638)
+++ trunk/mcs/class/System.XML/System.Xml.XPath/ChangeLog       2005-11-07 
08:57:59 UTC (rev 52639)
@@ -1,5 +1,9 @@
 2005-11-07  Atsushi Enomoto <[EMAIL PROTECTED]>
 
+       * XPathException.cs : Message property is back in 2.0 RTM.
+
+2005-11-07  Atsushi Enomoto <[EMAIL PROTECTED]>
+
        * XPathNodeIterator.cs : added [DebuggerDisplay]. pretty useless tho.
        * XPathNavigator.cs : [DebuggerDisplay] as well.
          SelectSingleNode() and AppendChildElement() are now virtual.

Modified: trunk/mcs/class/System.XML/System.Xml.XPath/XPathException.cs
===================================================================
--- trunk/mcs/class/System.XML/System.Xml.XPath/XPathException.cs       
2005-11-07 08:57:45 UTC (rev 52638)
+++ trunk/mcs/class/System.XML/System.Xml.XPath/XPathException.cs       
2005-11-07 08:57:59 UTC (rev 52639)
@@ -61,12 +61,9 @@
 
 #region Properties
 
-#if NET_2_0
-#else
                public override string Message {
                        get { return base.Message; }
                }
-#endif
 
 #endregion
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to