1. by zero
發生被0除錯誤
2. Null object reference
空對象引用
3. Array boundary exceeded
數組越界
4. Enumerated value is out of range for function
枚舉值超出函數的范圍
5. Negative value encountered in function
函數中遇到負數
6. Invalid DataWindow row/column specified
數據窗口的列或行非法
7. Unresolvable external when linking reference
鏈接調用時不能解決外部對象
8. Reference of array with null subscript
使用空下標引用數組
9. DLL function not found in current application
當前應用中沒有找到動態鏈接庫的函數
10. Unsupported argument type in DLL function
使用了動態鏈接庫函數不支持的參數類型
11. Object file is out of date and must be converted to current version
對象文件已經過時並且必須使用當前的版本
12. DataWindow column type does not match GetItem type
數據窗口的列的數據類型與GetItem函數的類型不符
13. Unresolved property reference
屬性引用尚未解決
14. Error opening DLL library for external function
為外部函數調用而打開動態鏈接庫時發生錯誤
15. Error calling external function name
調用外部函數時發生錯誤
16. Maximum string size exceeded
字符串長度超越了最大限制
17. DataWindow referenced in DataWindow object does not exist
數據窗口引用的數據窗口對象不存在
18. Function doesn’t return value
函數沒有返回值(應該有而沒有)
19. Cannot convert name in Any variable to name
不能轉換Any類型的變量到另一個類型
20. Database command has not been successfully prepared
數據庫命令沒有成功准備
21. Bad runtime function reference
引用了錯誤的運行時函數
22. Unknown object type
不知道的對象類型
23. Cannot assign object of type name to variable of type name
不能將對象賦給變量,兩種類型不能賦值
24. Function call doesn’t match its definition
函數調用格式與其定義不一致
25. Double or Real expression has overflowed
雙精度型或實型表達式溢出
26. Field name assignment not supported
不支持這種字段賦值
27. Cannot take a negative to a noninteger power
不能計算一個負數的非整數次方
28. VBX Error: name
VBX 錯誤
29. Nonarray expected in ANY variable
ANY 類型變量期待非數組類型
30. External object does not support data type name
外部對象不支持這種變量類型
31. External object data type name not supported
外部對象的數據類型不支持
32. Name not found calling external object function name
調用外部對象函數時函數名稱沒有找到
33. Invalid parameter type calling external object function name
調用外部對象函數時使用了錯誤的參數類型
34. Incorrect number of parameters calling external object function name
調用外部對象函數時使用的參數個數不對
35. Error calling external object function name
調用外部對象的函數錯誤
36. Name not found accessing external object property name
訪問外部對象屬性時屬性名稱沒有找到
37. Type mismatch accessing external object property name
訪問外部對象屬性時使用了不匹配的類型
38. Incorrect number of subscripts accessing external object property name
訪問外部對象屬性時使用了錯誤的下標
39. Error accessing external object property name
訪問外部對象的屬性錯誤
40. Mismatched ANY data types in expression
表達式中ANY數據類型不匹配
41. Illegal ANY data type in expression
表達式中使用了非法的ANY數據類型
42. Specified argument type differs from required argument type at runtime in DLL function name
指定的參數類型與動態鏈接庫中的函數所需要的參數類型不一致
43. Parent object doesn’t exist
父對象不存在
44. Function has conflicting argument or return type in ancestor
函數與祖先的參數或返回值沖突
45. Internal table overflow; maximum number of objects exceeded
內部表溢出;對象的最大數目已經超越
46.46 Null object reference cannot be assigned or passed to a variable of this type
空對象引用不能賦值或傳遞給一個這種類型的變量
47.47 Array expected in ANY variable
ANY類型期待數組
48.48 Size mismatch in array to object conversion
將數組轉換成對象時數組的大小不匹配
49. Type mismatch in array to object conversion
將數組轉換成對象不匹配
50. Distributed Service Error
分布式服務錯誤
51. Bad argument list for function/event
函數/事件的參數列表錯誤
轉載:http://blog.csdn.net/allan131417/article/details/13768317