Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ************** Exception Text **************
  2. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  3. Parameter name: index
  4. at System.Collections.ArrayList.get_Item(Int32 index)
  5. at Janus.Data.JanusCollectionBase.System.Collections.IList.get_Item(Int32 index)
  6. at Janus.Data.JanusGroupCollectionBase.BaseGet(Int32 index)
  7. at Janus.Windows.GridEX.GridEXTable.f(Graphics , GridEXRow , JanusRow , GridEXFormatStyle , Int32 )
  8. at Janus.Windows.GridEX.GridEX.a(Graphics , Boolean )
  9. at Janus.Windows.GridEX.GridEX.a(Graphics )
  10. at Janus.Windows.GridEX.GridEX.t()
  11. at Janus.Windows.GridEX.GridEX.GetCellBounds(Int32 rowPosition, GridEXColumn column)
  12. at Janus.Windows.GridEX.GridEX.bz()
  13. at Janus.Windows.GridEX.Data.JNSAB.OnSuspendRowManagerIndex()
  14. at Janus.Data.JanusRowManager.SuspendIndex()
  15. at Janus.Data.DataSourceManager.a(JanusTableBase )
  16. at Janus.Data.JanusTableBase.OnGroupSettingsChanged(CollectionChangeType change, JanusGroupBase group)
  17. at Janus.Data.JanusTableBase.Janus.Data.ICollectionOwner.OnCollectionChanged(Object collection, CollectionChangeType change, Object item)
  18. at Janus.Data.JanusCollectionBase.OnRemoveComplete(Int32 index, Object value)
  19. at Janus.Windows.GridEX.GridEXGroupCollection.OnRemoveComplete(Int32 index, Object value)
  20. at Janus.Data.JanusCollectionBase.System.Collections.IList.RemoveAt(Int32 index)
  21. at Janus.Data.JanusCollectionBase.System.Collections.IList.Remove(Object value)
  22. at Janus.Windows.GridEX.GridEXGroupCollection.Remove(GridEXGroup group)
  23. at Janus.Windows.GridEX.GridEX.c(Boolean )
  24. at Janus.Windows.GridEX.GridEX.OnMouseUp(MouseEventArgs e)
  25. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  26. at System.Windows.Forms.Control.WndProc(Message& m)
  27. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  28. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  29. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  30. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  31. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement