this exception will happen randomly in my program ,but i cann't reproduce it , and it cann't be catched by program. so i want to know when and how will this exception happen . i want to check my program and find if there is such code which will make this exception happen
参数名: index
Source=mscorlib
StackTrace= 在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 Telerik.WinControls.UI.ColumnLayoutHelper.ProcessColumnsCollection(List`1 columns)
在 Telerik.WinControls.UI.ColumnLayoutHelper.CalculateColumnsWidth(SizeF availableSize)
在 Telerik.WinControls.UI.TableViewRowLayout.MeasureRow(SizeF availableSize)
在 Telerik.WinControls.UI.RowsContainerElement.MeasureOverride(SizeF availableSize)
在 Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)
在 Telerik.WinControls.RadElement.Measure(SizeF availableSize)
在 Telerik.WinControls.Layouts.ContextLayoutManager.UpdateLayout()
在 Telerik.WinControls.Layouts.ContextLayoutManager.UpdateLayoutCallback(ILayoutManager manager)