了解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 兔年祝福语简短100字
14 年底拜年祝福语大全简短
15 妈妈生日贺卡祝福语 简短
16 鱼的内涵简短祝福语
17 幽默小姐姐祝福语简短
18 高考毕业祝福语简短励志