永发信息网

怎么解决索引超出范围。必须为非负值并小于集合大小。参数名: index

答案:2  悬赏:60  手机版
解决时间 2021-02-09 13:17
  • 提问者网友:自食苦果
  • 2021-02-09 00:57
System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.ThrowHelper.ThrowArgumentOutOfRangeException()
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 Realmforge.Util.Random.NextItem[T](IList`1 list)
在 Realmforge.Dungeons.DunGui.PreGameGui.NewTip()
在 Realmforge.Dungeons.DunGui.PreGameGui..ctor()
在 Realmforge.Dungeons.DunGui.GuiFactory.CreateGui(String guiType)
在 Realmforge.Dungeons.Modes.PreGame.Enter()
在 Realmforge.MogreUtil.Application.ModeProxy.SetMode(Type modeType)
在 Realmforge.MogreUtil.Application.ModeProxy.SetMode[T]()
在 Realmforge.Dungeons.DunGui.MainMenuGui.OnNewCampaign()
在 Realmforge.Dungeons.DunGui.Utils.ControlUtils.<>c__DisplayClass1.b__0(Object sender, MouseEventArgs e)
在 Miyagi.Controls.BaseControl.OnMouseClick(MouseButton mb)
在 Miyagi.Core.InputManager.InjectClick(BaseControl topControl, MouseButton mb)
在 Miyagi.Core.InputManager.InjectMouseReleased(MouseButton mb)
在 Realmforge.Dungeons.Modes.DungeonsModeProxy.MouseUp(MouseEventArgs e)
在 Realmforge.MogreUtil.Application.MainApplication`3.MouseUp(Object sender, MouseEventArgs e)
在 System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
在 System.Windows.Forms.Form.WndProc(Message& m)
在 Realmforge.MogreUtil.Application.MainForm.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
最佳答案
  • 五星知识达人网友:独钓一江月
  • 2021-02-09 02:05
你加到100分就有人答你!
全部回答
  • 1楼网友:污到你湿
  • 2021-02-09 03:03
数组的下标 e.item.itemindex 出错. 1检查你的语句是否写在 datalist1 dataitembound 的事件里 2可以在此语句之前写:int i = e.item.itemindex; 看看i的数值是否正确.
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯