2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Xml.Linq / System.Xml.Linq / XNodeNavigator.cs
index fcae9a12af2f4288bd3738f9ade55209d1826ee4..24d9dd670cb266ef023dc0edd0e2f7297f0a0018 100644 (file)
@@ -303,10 +303,9 @@ namespace System.Xml.Linq
                        return true;
                }
 
-               [MonoTODO]
                public override bool MoveToId (string id)
                {
-                       return false;
+                       throw new NotSupportedException ("This XPathNavigator does not support IDs");
                }
 
                public override bool MoveToNext ()