Advertisement
Guest User

Untitled

a guest
Aug 31st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. System.AggregateException: One or more errors occurred. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
  2. at Common.Infrastracture.StringSplitter.Split(String str, Char separator)
  3. at Hand2NoteCore.Import.ImportHelper.<>c__DisplayClass0_0.<BuildStats>b__3(HandHistoryFromDb x)
  4. at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey)
  5. at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork()
  6. at System.Linq.Parallel.SpoolingTaskBase.Work()
  7. at System.Linq.Parallel.QueryTask.BaseWork(Object unused)
  8. at System.Threading.Tasks.Task.Execute()
  9. --- End of inner exception stack trace ---
  10. at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose)
  11. at System.Linq.Parallel.DefaultMergeHelper`2.System.Linq.Parallel.IMergeHelper<TInputOutput>.Execute()
  12. at System.Linq.Parallel.MergeExecutor`1.Execute[TKey](PartitionedStream`2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId)
  13. at System.Linq.Parallel.PartitionedStreamMerger`1.Receive[TKey](PartitionedStream`2 partitionedStream)
  14. at System.Linq.Parallel.ForAllOperator`1.WrapPartitionedStream[TKey](PartitionedStream`2 inputStream, IPartitionedStreamRecipient`1 recipient, Boolean preferStriping, QuerySettings settings)
  15. at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.ChildResultsRecipient.Receive[TKey](PartitionedStream`2 inputStream)
  16. at System.Linq.Parallel.ScanQueryOperator`1.ScanEnumerableQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient)
  17. at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient)
  18. at System.Linq.Parallel.QueryOperator`1.GetOpenedEnumerator(Nullable`1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings)
  19. at System.Linq.Parallel.ForAllOperator`1.RunSynchronously()
  20. at Hand2NoteCore.Import.ImportHelper.BuildStats(IEnumerable`1 hhs, CancellationToken cancellationToken, BuildStatsWorkerObserver observer)
  21. at Hand2NoteCore.Import.ImportViewModel.<>c__DisplayClass116_1.<BuildStatsAsync>b__3()
  22. at System.Threading.Tasks.Task.Execute()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  25. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  26. at Hand2NoteCore.Import.ImportViewModel.<BuildStatsAsync>d__116.MoveNext()
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at Hand2NoteCore.Import.ImportViewModel.<OnLightImportCompleted>d__113.MoveNext()
  31. --- End of stack trace from previous location where exception was thrown ---
  32. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  33. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  34. at Hand2NoteCore.Import.ImportViewModel.<ImportLightFromFilesAsync>d__112.MoveNext()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Hand2NoteCore.Import.ImportViewModel.<ImportFromDirectoryAsync>d__109.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at Hand2NoteCore.Import.ImportViewModel.<ImportFromDirectoryExecute>d__103.MoveNext()
  43. --- End of stack trace from previous location where exception was thrown ---
  44. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  45. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  46. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  47. ---> (Inner Exception #0) System.IndexOutOfRangeException: Index was outside the bounds of the array.
  48. at Common.Infrastracture.StringSplitter.Split(String str, Char separator)
  49. at Hand2NoteCore.Import.ImportHelper.<>c__DisplayClass0_0.<BuildStats>b__3(HandHistoryFromDb x)
  50. at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey)
  51. at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork()
  52. at System.Linq.Parallel.SpoolingTaskBase.Work()
  53. at System.Linq.Parallel.QueryTask.BaseWork(Object unused)
  54. at System.Threading.Tasks.Task.Execute()<---
  55.  
  56. Inner exception
  57. System.IndexOutOfRangeException: Index was outside the bounds of the array.
  58. at Common.Infrastracture.StringSplitter.Split(String str, Char separator)
  59. at Hand2NoteCore.Import.ImportHelper.<>c__DisplayClass0_0.<BuildStats>b__3(HandHistoryFromDb x)
  60. at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey)
  61. at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork()
  62. at System.Linq.Parallel.SpoolingTaskBase.Work()
  63. at System.Linq.Parallel.QueryTask.BaseWork(Object unused)
  64. at System.Threading.Tasks.Task.Execute()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement