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>2002-04-12 22:25:13 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-04-12 22:25:13 +0400
commit8ea6a01db9cfebf61aec72cbc1362358ced695eb (patch)
treecc0301bf1e791cd7d60baed786f48802eeeacef8 /mcs/errors/errors.txt
parentdcce243fc240bc4560485b760b1f93ed90e0ea23 (diff)
Add
svn path=/trunk/mcs/; revision=3788
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index bc9b9fe04ab..cc7a955248c 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -50,4 +50,7 @@ numbers to match the Microsoft numbers:
-18 Do not know how to generate debugging information for this platform.
--19 Can not find required utility function in the core libraries. \ No newline at end of file
+-19 Can not find required utility function in the core libraries.
+
+-20 Cannot find attribute type Blah (maybe you forgot to set the
+ usage using the AttributeUsage attribute ?).