eliteapp

Note 9. listopadu 2012:9:17

Nov 9th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.14 KB | None | 0 0
  1. //Verze 2.2012.166.5
  2. //NTB_ACER_ASPIRE
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //9.11.2012 9:17:45
  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 Elite.Exchange.Import.Amicus.ImportAmicus.DoWork()
  12.    v Elite.Common.ProcessData.doWork()
  13.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  14.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  15.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  16.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  17.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  18.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment