more executable bits
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic.VBUtils.txt
1 # Standard VB Errors
2
3 ID3 = This Error number is obsolete and no longer used.
4 ID5 = Procedure call or argument is not valid.
5 ID6 = Overflow.
6 ID7 = Out of memory.
7 ID9 = Subscript out of range.
8 ID10 = This array is fixed or temporarily locked.
9 ID11 = Division by zero.
10 ID13 = Type mismatch.
11 ID14 = Out of string space.
12 ID16 = Expression too complex.
13 ID17 = Can't perform requested operation.
14 ID18 = User interrupt occurred.
15 ID20 = Resume without error.
16 ID28 = Out of stack space.
17 ID35 = Sub or Function not defined.
18 ID47 = Too many DLL application clients.
19 ID48 = Error in loading DLL.
20 ID49 = Bad DLL calling convention.
21 ID51 = Internal error.
22 ID52 = Bad file name or number.
23 ID53 = File not found.
24 ID54 = Bad file mode.
25 ID55 = File already open.
26 ID57 = Device I/O error.
27 ID58 = File already exists.
28 ID59 = Bad record length.
29 ID61 = Disk full.
30 ID62 = Input past end of file.
31 ID63 = Bad record number.
32 ID67 = Too many files.
33 ID68 = Device unavailable.
34 ID70 = Permission denied.
35 ID71 = Disk not ready.
36 ID74 = Cannot rename with different drive.
37 ID75 = Path/File access error.
38 ID76 = Path not found.
39 ID91 = Object variable or With block variable not set.
40 ID92 = For loop not initialized.
41 ID93 = Pattern string is not valid.
42 ID94 = This Error number is obsolete and no longer used.
43 ID95 = Application-defined or object-defined error.
44 ID96 = Unable to sink events of object because the object is already firing events to the maximum number of event receivers that it supports.
45 ID97 = Cannot call friend function on object that is not an instance of defining class.
46 ID98 = A property or method call cannot include a reference to a private object, either as an argument or as a return value.
47 ID100 = Class '|1' does not implement the System.Collections.ICollection interface.
48 ID321 = File format is not valid.
49 ID322 = Cannot create necessary temporary file.
50 ID325 = Format in resource file is not valid.
51 ID380 = Property value is not valid.
52 ID381 = Property array index is not valid.
53 ID382 = Set not supported at runtime.
54 ID383 = Set not supported (read-only property).
55 ID385 = Need property array index.
56 ID387 = Set not permitted.
57 ID393 = Get not supported at runtime.
58 ID394 = Get not supported (write-only property).
59 ID422 = Property not found.
60 ID423 = Property or method not found.
61 ID424 = Object required.
62 ID429 = Cannot create ActiveX component.
63 ID430 = Class does not support Automation or does not support expected interface.
64 ID432 = File name or class name not found during Automation operation.
65 ID438 = Object does not support this property or method.
66 ID440 = Automation error.
67 ID442 = Connection to type library or object library for remote process has been lost. Press OK for dialog to remove reference.
68 ID443 = Automation object does not have a default value.
69 ID445 = Object does not support this action.
70 ID446 = Object does not support named arguments.
71 ID447 = Object does not support current locale setting.
72 ID448 = Named argument not found.
73 ID449 = Argument not optional.
74 ID450 = Wrong number of arguments or property assignment was not valid.
75 ID451 = Property let procedure not defined and property get procedure did not return an object.
76 ID452 = Ordinal is not valid.
77 ID453 = Specified DLL function not found.
78 ID454 = Code resource not found.
79 ID455 = Code resource lock error.
80 ID457 = This key is already associated with an element of this collection.
81 ID458 = Variable uses an Automation type not supported in Visual Basic.
82 ID459 = Object or class does not support the set of events.
83 ID460 = Clipboard format is not valid.
84 ID461 = Method or data member not found.
85 ID462 = The remote server machine does not exist or is unavailable.
86 ID463 = Class not registered on local machine.
87 ID481 = Picture is not valid.
88 ID482 = Printer error.
89 ID735 = Cannot save file to TEMP.
90 ID744 = Search text not found.
91 ID746 = Replacements too long.
92 ID999 = Stop statement encountered.
93 ID32768 = Feature not yet implemented.
94
95 # Common Errors
96 Argument_InvalidValue = FIXME: Argument_InvalidValue
97 Argument_InvalidValue1 = Argument |1 is not a valid value.
98 Argument_InvalidNullValue1 = Argument |1 is Nothing.
99
100 # Errors in Information.java
101 Argument_InvalidRank1 = Argument |1 is not valid for the array.
102
103 InvalidCast_FromStringTo = Cast from string |1 to type |2 is not valid.
104 Argument_PathNullOrEmpty = Argument |1 is Nothing or empty.
105 FileSystem_PathNotFound1 = Path |1  not found.
106 Argument_InvalidDateValue1 = Argument |1 cannot be converted to type 'Date'
107 Argument_GEZero1 = Argument |1 must be greater than or equal to zero
108 Argument_LengthGTZero1 = Length of argument |1 must be greater than zero.
109 Argument_MinusOneOrGTZero1 = Argument |1 must be greater than 0 or equal to -1.
110 Argument_GEMinusOne1 = Argumnet |1 must be greater than or equal to -1.
111 Argument_IndexLELength2 = Argument |1 must be less than or equal to the length of argument |2.
112 Argument_InvalidValueType2 = Argument |1 cannot be converted to type |2.
113 Argument_RangeTwoBytes1 = Argument |1 must be within the range of -32768 to 65535.
114
115 # FIXME: Creating temporary resource strings. Fill in meaningful error messages
116
117 # Errors in BaseVBFile.java
118 FileOpenedNoWrite = FIXME: FileOpenedNoWrite
119
120 # Errors in FileSystem.java
121 UseFilePutObject = FIXME: UseFilePutObject
122
123 # Errors in Financial.java
124 Argument_RankEQOne1 = Rank of |1 does not equal 1.
125 Financial_CalcDivByZero = Division by zero has occurred.
126 Financial_CannotCalculateNPer = Cannot calculate NPer.
127 PPMT_PerGT0AndLTNPer = |1 value invalid, it must be greater than 1 and smaller than NPer.
128 Rate_NPerMustBeGTZero = Rate must be less than or equal to 0.
129 Financial_CannotCalculateRate = Cannot calculate Rate.
130 Financial_LifeNEZero = Life cannot be zero.
131 Financial_ArgGTZero1 = |1 must be greater than 0.
132 Financial_ArgGEZero1 = |1 must be greater than or equal to 0.
133 Financial_PeriodLELife = Period must be greater than Life.
134
135 # Errors in FlowControl.java
136 ForLoop_CommonType3 = FIXME: ForLoop_CommonType3 |1 |2 |3
137 ForLoop_ConvertToType3 = FIXME: ForLoop_ConvertToType3 |1 |2 |3
138 Argument_IComparable2 = FIXME: Argument_IComparable2 |1 |2
139 SyncLockRequiresReferenceType1 = SyncLockRequiresReferenceType1 |1
140
141
142 # Errors in ObjectType.java
143
144 NoValidOperator_TwoOperands = FIXME: NoValidOperator_TwoOperands |1 |2
145 NoValidOperator_OneOperand = FIXME: NoValidOperator_OneOperand |1
146 NoValidOperator_StringType1 = FIXME: NoValidOperator_StringType1 |1
147 NoValidOperator_NonStringType1 = FIXME: NoValidOperator_NonStringType |1
148 InvalidCast_FromTo = Value of type |1  cannot be converted to |2
149
150
151 # Errors in InputVBFile.java
152 FileSystem_IllegalOutputAccess = FIXME: FileSystem_IllegalOutputAccess
153
154 # Errors in OutPutVBFile.java
155 Argument_UnsupportedIOType1 = FIXME: Argument_UnsupportedIOType1 |1
156 Argument_UnsupportedArrayDimensions = FIXME: Argument_UnsupportedArrayDimensions
157 Argument_InvalidFixedLengthString = FIXME: Argument_InvalidFixedLengthString
158
159 # Errors in VBFixedArrayAttribute.java
160 Invalid_VBFixedArray = FIXME: Invalid_VBFixedArray
161
162 # Errors in VBFixedStringAttribute.java
163 Invalid_VBFixedString = FIXME: Invalid_VBFixedString