Skip to content

Instantly share code, notes, and snippets.

@se5a
Created September 14, 2017 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save se5a/9079707a5d51555fc27dcd4c9ae6d7a4 to your computer and use it in GitHub Desktop.
Save se5a/9079707a5d51555fc27dcd4c9ae6d7a4 to your computer and use it in GitHub Desktop.
Watchign $exception.GetBaseException().StackTrace--------------------------
at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <204f770036d441bb8dfd3daba3550e83>:0
at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <204f770036d441bb8dfd3daba3550e83>:0
at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <204f770036d441bb8dfd3daba3550e83>:0
at System.Collections.ObjectModel.Collection`1[T].System.Collections.IList.get_Item (System.Int32 index) [0x00000] in <204f770036d441bb8dfd3daba3550e83>:0
at Eto.EnumerableChangedHandler`2[TItem,TCollection].InternalElementAt (System.Int32 index) [0x00030] in <2c3b8fa69720444b9de0309b3a5e40aa>:0
at Eto.CollectionChangedHandler`2[TItem,TCollection].ElementAt (System.Int32 index) [0x0001c] in <2c3b8fa69720444b9de0309b3a5e40aa>:0
at Eto.GtkSharp.Forms.Controls.GtkEnumerableModel`1[TItem].GetValue (Gtk.TreeIter iter, System.Int32 col, GLib.Value& val) [0x00017] in <d09493bb3252413b88d0fed772f6fc9b>:0
at Gtk.TreeModelAdapter.GetValueCallback (System.IntPtr tree_model, System.IntPtr iter, System.Int32 column, GLib.Value& value) [0x00014] in <e8d21baece374fadb4e2b3899720848c>:0
Call Stack----------------------------------------
mscorlib.dll!System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument argument = System.ExceptionArgument.index, System.ExceptionResource resource = System.ExceptionResource.ArgumentOutOfRange_Index) in
mscorlib.dll!System.ThrowHelper.ThrowArgumentOutOfRangeException() in
mscorlib.dll!System.Collections.Generic.List<Pulsar4X.ECSLib.CargoItemVM>.get_Item(int index = 11) in
mscorlib.dll!System.Collections.ObjectModel.Collection<Pulsar4X.ECSLib.CargoItemVM>.System.Collections.IList.get_Item(int index = 11) in
Eto.dll!Eto.EnumerableChangedHandler<object,System.Collections.Generic.IEnumerable<object>>.InternalElementAt(int index = 11) in
Eto.dll!Eto.CollectionChangedHandler<object,System.Collections.Generic.IEnumerable<object>>.ElementAt(int index = 11) in
Eto.Gtk2.dll!Eto.GtkSharp.Forms.Controls.GtkEnumerableModel<object>.GetValue(Gtk.TreeIter iter = {Gtk.TreeIter}, int col = 0, GLib.Value val = {GLib.Value}) in
gtk-sharp.dll!Gtk.TreeModelAdapter.GetValueCallback(System.IntPtr tree_model = 0x4d3d260, System.IntPtr iter = 0x7fff9cc33e70, int column = 0, GLib.Value value = {GLib.Value}) in
gtk-sharp.dll!Gtk.Application.gtk_main() in
gtk-sharp.dll!Gtk.Application.Run() in
Eto.Gtk2.dll!Eto.GtkSharp.Forms.ApplicationHandler.Run() in
Eto.dll!Eto.Forms.Application.Run() in
Pulsar4X.CrossPlatformUI.Gtk2.exe!Pulsar4X.CrossPlatformUI.Gtk2.Program.Main(string[] args = {string[0]}) in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/Pulsar4x/Pulsar4X/Pulsar4X.CrossPlatformUI.Gtk2/Program.cs:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment