Browse Source

Update errors listing

svn path=/trunk/mcs/; revision=481
Miguel de Icaza 24 năm trước cách đây
mục cha
commit
5c19abc1c6
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      mcs/errors/errors.txt

+ 5 - 1
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).
+	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.