Advertisement
Ghaspias

SWYH log

Apr 3rd, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. Date: 4/3/2015 6:46:23 PM
  2. Message: Index was out of range. Must be non-negative and less than the size of the collection.
  3. Parameter name: index
  4. Detail: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  5. Parameter name: index
  6. at System.Collections.ArrayList.get_Item(Int32 index)
  7. at SWYH.App.<>c__DisplayClass19.<RendererAddedSink>b__18()
  8. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  9. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  10. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  11. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  12. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  15. at System.Windows.Threading.DispatcherOperation.Invoke()
  16. at System.Windows.Threading.Dispatcher.ProcessQueue()
  17. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  18. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  19. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  20. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  21. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  22. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  23. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  24. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  25. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  26. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  27. at System.Windows.Threading.Dispatcher.Run()
  28. at System.Windows.Application.RunDispatcher(Object ignore)
  29. at System.Windows.Application.RunInternal(Window window)
  30. at System.Windows.Application.Run(Window window)
  31. at SWYH.App.Main()
  32. ------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement