超出 1.overstep; go beyond; exceed 超出定额 exceed the quota; 超出法律权限(的) extralegal; out of bounds; 超出范围 go beyond the scope [bounds]; beyond [out of; outside] the pale; 超出预料 exceed one's expectations; 超出票面价值 above par; 生活支出超出收入 live beyond one's means; 她的美丽超出了人力所能描绘的限度。 her beauty surpasses all description. 这远远超出了我的估计。 it exceeded my estimate by a great deal.2.exceeding; overranging; overpassing; 超出额定范围 over range; overranging; 超出额定值电压 overrating voltage; 超出量 plussage; plusage; 超出量程 no to scale; excess; 超出深度 overdepth; 超出数 exceeding; outnumbering; 超出弹性界限 unfair; 超出系数 coefficient of excess
Thrown when an attempt is made to index an array when the index is less than zero or outside the bounds of the array 在试图为数组设置小于零或超出数组界限的索引时引发。
The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array 试图访问索引超出数组界限的数组元素时引发的异常。无法继承此类。
Exception is thrown when an attempt is made to access an element of an array or collection with an index that is outside the bounds of the array or less than zero 关于异常的疑难解答: system . indexoutofrangeexception当试图使用一个超出数组界限或小于零的索引访问数组或集合的元素时,会引发