Update errors file
authorMiguel de Icaza <miguel@gnome.org>
Fri, 7 Sep 2001 21:19:21 +0000 (21:19 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 7 Sep 2001 21:19:21 +0000 (21:19 -0000)
svn path=/trunk/mcs/; revision=761

mcs/errors/errors.txt

index 718b9c43547469d2439f5ce1ed32fc45a799be4b..7054dca12b9a9d43ac24149d310cde6e4a7d59c7 100755 (executable)
@@ -13,3 +13,9 @@ numbers to match the Microsoft numbers:
 -3      Constant type is not one of sbyte, byte, short, ushort, int,
        uint, long, ulong, char, float, double, decimal, bool, string, enum
        or null type. 
+
+-5      A search for a name on a Type returned matches that contain
+       methods and non-methods.  They have the same name, and I do
+       not know how this is possible to begin with.
+
+-6      Generic internal compiler error.
\ No newline at end of file