update
[mono.git] / mcs / errors / errors.txt
index 9f084beac7b64a42204f157a3f7c93ff9be30e6a..5453183e89a9b22691694fc3ea32149825995bb8 100755 (executable)
@@ -116,4 +116,18 @@ the Microsoft C# compiler:
 
 -214    Generic class can not have attribute as its parent class
 
--215    Taking the address of a parameter in an iterator is not allowed.
\ No newline at end of file
+-215    Taking the address of a parameter in an iterator is not allowed.
+
+-216    Can not use a type parameters as base class
+
+-217   Wrong number of type parameters
+
+-218   Invalid constraints clause
+
+-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
\ No newline at end of file