ArgumentOutOfRangeException в ThreadSafeObservableCollection
Михаил, подскажите, пожалуйста, отчего может возникать эта ошибка? Что-то связанное с добавлением новых ордеров или трейдов.. Откуда возникает, никак не пойму.
03.03.2011 20:24:48 [OpenWealth.App.Application_DispatcherUnhandledException] ERROR: System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.ArgumentOutOfRangeException: Индекс должен находиться в границах этого списка.
Имя параметра: index
в System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
в System.Collections.Generic.List`1.Insert(Int32 index, T item)
в System.Collections.ObjectModel.Collection`1.InsertItem(Int32 index, T item)
в System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
в Ecng.Xaml.ThreadSafeObservableCollection`1.InsertItem(Int32 index, T item)
в Ecng.Xaml.ThreadSafeObservableCollection`1.<>c__DisplayClass2.<InsertItem>b__0()