了解C#中的数组IndexOutofBoundsException
数组IndexOutofBoundsException在Java中发生。C#中的等效项是IndexOutOfRangeException。
当Index在数组的边界之外时,将发生IndexOutOfRangeException。
示例
using System;
using System.IO;
using System.Collections.Generic;
namespace Demo {
class Program {
static void Main(string[] args) {
int[] arr = new int[3];
arr[0] = 5;
arr[1] = 7;
arr[2] = 8;
arr[4] = 24; // this shows an error
}
}
}输出结果
以下是输出。它显示以下错误-
Unhandled Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
热门推荐
10 广西考试祝福语结婚简短
11 猪年祝福语简短小孩
12 元旦祝福语送长辈简短
13 恭喜二宝祝福语简短
14 祝福语暖心话简短
15 国庆中秋祝福语简短兄弟
16 朋友订婚的祝福语简短
17 送弟弟中秋祝福语简短
18 爱生日祝福语简短独特