我在客户通过网站发布更新事件时收到此错误。我调试整个源,但问题没有重现。请帮助在哪种情况下会引发这些类型的问题?
文件:SupportController.cs 方法:详细信息更新(字符串 [] Response_Type,字符串事件 ID,字符串类型,事件信息事件信息)异常消息:索引超出范围。必须是非负数且小于集合的大小。参数名称:索引内部异常:堆栈跟踪:在 System.Collections.ArrayList.get_Item(Int32 index) at System.Collections.Specialized.NameObjectCollectionBase.BaseGetKey(Int32 index) at Syncfusion.Website.MvcApplication.Controllers.SupportController.detailsupdate(String [] Response_Type, String eventid, String type, IncidentInfo eventinfo)