Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-09-08 01:19:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-09-08 01:19:21 +0400
commit10ec700ce62c2dfa80eace00337b5e3879f5dd1e (patch)
treea57fe23f4d2c6e2c9d5ff7a55b7e2969b32470f0 /mcs/errors/errors.txt
parenta978c0c7d6e060f867eea64cf9d3c6e1850921ba (diff)
Update errors file
svn path=/trunk/mcs/; revision=761
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 718b9c43547..7054dca12b9 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -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