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:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2001-10-17 13:20:07 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2001-10-17 13:20:07 +0400
commit8192342a2b017f4cfc7adcce6170981bc12d3f7e (patch)
tree2aedebb56bc3177454d7ddf31294b8a91ca5730e /mcs/errors/errors.txt
parent0c096f73e3c76c70c5ff2d816475d8c8146b8e86 (diff)
Add files for delegate related errors.
svn path=/trunk/mcs/; revision=1173
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 09070dfe2cb..486b39f176a 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -28,4 +28,6 @@ numbers to match the Microsoft numbers:
-9 User-defined conversion cannot convert from or to an interface type.
-10 User-defined conversion cannot convert between types that derive
- from each other. \ No newline at end of file
+ from each other.
+
+-11 Delegate creation expression takes only one argument