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-08-16 17:57:05 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-16 17:57:05 +0400
commit5c19abc1c642689c2793789b7770254202093fd1 (patch)
treefe206963c1ff186c32428436dbd75bd1f9933c9e /mcs/errors/errors.txt
parent98b88b5cc5b5f1ad5949d8d5904f9118be4ef217 (diff)
Update errors listing
svn path=/trunk/mcs/; revision=481
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index d769c5c1bd2..ea7cd6eba1d 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -8,4 +8,8 @@ numbers to match the Microsoft numbers:
of handling it.
-2 Internal error, an interface is being defined inside an
- interface (This should never happen). \ No newline at end of file
+ interface (This should never happen).
+
+-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. \ No newline at end of file