Advertisement
Guest User

Error Code

a guest
Feb 11th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Parameter name: index
  2. at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <3574b7750bbd4f3481d1561b74d01b33>:0
  3. at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <3574b7750bbd4f3481d1561b74d01b33>:0
  4. at System.Collections.Generic.List1[T].get_Item (System.Int32 index) [0x00009] in <3574b7750bbd4f3481d1561b74d01b33>:0
  5. at InstanceManagerCLI.Core.Run () [0x0042f] in <19c942daf63747e889fb01f9d4d7013e>:0
  6. at InstanceManagerCLI.Program.Main (System.String[] args) [0x00005] in <19c942daf63747e889fb01f9d4d7013e>:0
  7. [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  8. Parameter name: index
  9. at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <3574b7750bbd4f3481d1561b74d01b33>:0
  10. at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <3574b7750bbd4f3481d1561b74d01b33>:0
  11. at System.Collections.Generic.List1[T].get_Item (System.Int32 index) [0x00009] in <3574b7750bbd4f3481d1561b74d01b33>:0
  12. at InstanceManagerCLI.Core.Run () [0x0042f] in <19c942daf63747e889fb01f9d4d7013e>:0
  13. at InstanceManagerCLI.Program.Main (System.String[] args) [0x00005] in <19c942daf63747e889fb01f9d4d7013e>:0`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement