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>2003-04-23 01:30:45 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-04-23 01:30:45 +0400
commit176b8768a9c39ea05b66624033272f73d41b19a6 (patch)
treefdce8b8ba4c5e4c71e58c07791f3ab1bd1d0146a /mcs/errors/errors.txt
parent19f6f0523caea71caff757ce69c49a78dbb6bd9e (diff)
Archive these files from my generics tree
svn path=/trunk/mcs/; revision=13905
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index d9a7a74f5b3..12bf0433193 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -94,3 +94,13 @@ the Microsoft C# compiler:
-204 yield statement in something which is not a method-body,
accessor-body or operator-body
+
+-205 A method containing a yield statement is not IEnumerator.
+
+-206 Return statement not allowed inside iterators.
+
+-207 A parameter in an enumerator method contains out or ref
+
+-208 Yield statement appears inside finally clause
+
+-209 Yield statment appears in anonymous method. \ No newline at end of file