Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 1.81 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ---------------------------
  2.  
  3. ---------------------------
  4. Send this info to Dave (Ctrl+C this window), you have found a bug!:  System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Index must be within the bounds of the List.
  5.  
  6. Parameter name: index
  7.  
  8.    at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  9.  
  10.    at System.Collections.Generic.List`1.Insert(Int32 index, T item)
  11.  
  12.    at System.Collections.ObjectModel.Collection`1.InsertItem(Int32 index, T item)
  13.  
  14.    at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
  15.  
  16.    at DavuxLib2.ObservableCollectionEx`1.BaseInsertItem(Int32 index, T item)
  17.  
  18.    at DavuxLib2.ObservableCollectionEx`1.<>c__DisplayClass1.<InsertItem>b__0()
  19.  
  20.    --- End of inner exception stack trace ---
  21.  
  22.    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  23.  
  24.    at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  25.  
  26.    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  27.  
  28.    at System.Delegate.DynamicInvokeImpl(Object[] args)
  29.  
  30.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
  31.  
  32.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  33. ---------------------------
  34. OK  
  35. ---------------------------