2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / errors.txt
old mode 100755 (executable)
new mode 100644 (file)
index dc149f6..f8abfa4
@@ -79,6 +79,18 @@ numbers, as they look nicer on the debugging output.
 
 -26     Corlib compilation is not supported in MS.NET
 
+-27    Attribute resolved to two different types
+
+-28    (retired)
+
+-29     Use -option instead of --option: to move people to the new
+       command line handling.
+   
+-30     This version of the runtime does not support making pinned local variables.  
+        This code may cause errors on a runtime with a moving GC
+
+-31     Internal compiler error during the method emit phase.
+
 ----------
 
 Errors that we have allocated that will have corresponding errors in
@@ -126,3 +138,8 @@ the Microsoft C# compiler:
 
 -219   Type argument doesn't meet constraints.
 
+-220   Cannot resolve constructed type
+
+-221    params modifier present in anonymous method declaration
+
+-222    yield statement only available in C# 2.0 mode