PB常见错误码
string ls_msg choose case error.number case 1//by zero ls_msg = "发生被0除错误" case 2//2 Null object reference ls_msg = "空对象引用" case 3//3 Array boundary exceeded ls_msg = "数组越界" case 4//4 Enumerated value is out of range for function ls_msg = "枚举值超出函数的范围" case 5//5 Negative value encountered in function ls_msg = "函数中遇到负数" case 6//6 Invalid DataWindow row/column specified ls_msg = "数据窗口的列或行非法" case 7//7 Unresolvable external when linking reference ls_msg = "链接调用时不能解决外部对象" case 8//
PB常见错误码最先出现在Python成神之路。
共有 0 条评论