eliteapp

WWOQRPPP

Dec 7th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.73 KB | None | 0 0
  1. //Verze 2.2012.166.29
  2. //LEKAR
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //7.12.2012 12:32:38
  5.  
  6. System.ArgumentOutOfRangeException: Index je mimo rozsah. Index musí být nezáporný a musí být menší než velikost kolekce.
  7. Název parametru: index
  8.    v System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  9.    v System.ThrowHelper.ThrowArgumentOutOfRangeException()
  10.    v System.Collections.Generic.List`1.get_Item(Int32 index)
  11.    v DevExpress.Office.Utils.List`2.get_Item(U index)
  12.    v DevExpress.XtraRichEdit.Layout.SinglePositionBox.GetRun(PieceTable pieceTable)
  13.    v DevExpress.XtraRichEdit.Layout.Box.GetDocumentPosition(PieceTable pieceTable, FormatterPosition pos)
  14.    v DevExpress.XtraRichEdit.Layout.SinglePositionBox.GetLastPosition(PieceTable pieceTable)
  15.    v DevExpress.XtraRichEdit.Layout.Row.GetLastPosition(PieceTable pieceTable)
  16.    v DevExpress.XtraRichEdit.Layout.Column.GetLastPosition(PieceTable pieceTable)
  17.    v DevExpress.XtraRichEdit.Layout.ExactColumnAndLogPositionComparable.CompareTo(Column column)
  18.    v DevExpress.XtraRichEdit.Layout.ExactPageAreaAndLogPositionComparable.CompareTo(PageArea area)
  19.    v DevExpress.XtraRichEdit.Layout.ExactPageAndLogPositionComparable.CompareTo(Page page)
  20.    v DevExpress.Utils.Algorithms.BinarySearch[T](IList`1 list, IComparable`1 predicate, Int32 startIndex, Int32 endIndex)
  21.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.FindBoxIndex[T](IList`1 boxes, IComparable`1 comparable, IComparable`1 exactComparable, IsIntersectedWithPrevBoxDelegate`1 isIntersect, Int32 startIndex, Int32 endIndex)
  22.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.FindBoxIndex[T](IList`1 boxes, IComparable`1 exactComparable, IsIntersectedWithPrevBoxDelegate`1 isIntersect, Int32 startIndex, Int32 endIndex)
  23.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.GetPageIndex(PageCollection pages, Int32 startIndex, Int32 endIndex)
  24.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.LookupPage(PageCollection pages, Int32 startIndex)
  25.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.UpdatePageRecursive(PageCollection pages, Int32 startIndex, DocumentLayoutDetailsLevel detailsLevel)
  26.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.UpdateCore(PageCollection pages, DocumentLayoutDetailsLevel detailsLevel)
  27.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.Update(PageCollection pages, DocumentLayoutDetailsLevel detailsLevel, Boolean useLastAvailablePosition)
  28.    v DevExpress.XtraRichEdit.Layout.DocumentLayoutPosition.Update(PageCollection pages, DocumentLayoutDetailsLevel detailsLevel)
  29.    v DevExpress.XtraRichEdit.Layout.DocumentSelectionLayout.UpdateStartLayoutPosition()
  30.    v DevExpress.XtraRichEdit.Layout.SelectionLayoutItem`1..ctor(SelectionLayout selectionLayout, DocumentLayoutPosition start, DocumentLayoutPosition end)
  31.    v DevExpress.XtraRichEdit.Layout.DocumentSelectionLayout..ctor(SelectionLayout selectionLayout, DocumentLayoutPosition start, DocumentLayoutPosition end, Boolean includeEnd, PieceTable pieceTable)
  32.    v DevExpress.XtraRichEdit.Layout.SelectionLayout.CreateDocumentSelectionLayout(DocumentLayoutPosition start, DocumentLayoutPosition end)
  33.    v DevExpress.XtraRichEdit.Layout.SelectionLayout.Update()
  34.    v DevExpress.XtraRichEdit.Layout.SelectionLayout.CalculateHotZone(RichEditHitTestResult result, RichEditView view)
  35.    v DevExpress.XtraRichEdit.Mouse.MouseCursorCalculator.CalculateHotZoneCursorCore(RichEditHitTestResult result)
  36.    v DevExpress.XtraRichEdit.Mouse.MouseCursorCalculator.CalculateCore(RichEditHitTestResult result)
  37.    v DevExpress.XtraRichEdit.Mouse.MouseCursorCalculator.Calculate(RichEditHitTestResult hitTestResult, Point physicalPoint)
  38.    v DevExpress.XtraRichEdit.Mouse.DefaultMouseHandlerState.OnMouseMoveCore(MouseEventArgs e, Point physicalPoint, RichEditHitTestResult hitTestResult)
  39.    v DevExpress.XtraRichEdit.Mouse.DefaultMouseHandlerState.OnMouseMove(MouseEventArgs e)
  40.    v DevExpress.Utils.MouseHandler.HandleMouseMove(MouseEventArgs e)
  41.    v DevExpress.Utils.MouseHandler.OnMouseMove(MouseEventArgs e)
  42.    v DevExpress.Services.Implementation.MouseHandlerService.OnMouseMove(MouseEventArgs e)
  43.    v DevExpress.XtraRichEdit.Internal.InnerRichEditControl.OnMouseMove(MouseEventArgs e)
  44.    v DevExpress.XtraRichEdit.RichEditControl.OnMouseMove(MouseEventArgs e)
  45.    v System.Windows.Forms.Control.WmMouseMove(Message& m)
  46.    v System.Windows.Forms.Control.WndProc(Message& m)
  47.    v DevExpress.XtraRichEdit.RichEditControl.WndProc(Message& m)
  48.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  49.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  50.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment