Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created February 19, 2015 16:00
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 AkhileshKumar01/bbf76c4015ea4e724563 to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/bbf76c4015ea4e724563 to your computer and use it in GitHub Desktop.
System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
at System.Collections.Generic.List`1[Xamarin.Forms.Cell].get_Item (Int32 index) [0x0000c] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Collections.Generic/List.cs:660
at System.Collections.ObjectModel.ObservableCollection`1[Xamarin.Forms.Cell].RemoveItem (Int32 index) [0x00006] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.6.1.20/src/mono/mcs/class/System/System.Collections.ObjectModel/ObservableCollection.cs:178
at System.Collections.ObjectModel.Collection`1[Xamarin.Forms.Cell].RemoveAt (Int32 index) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Collections.ObjectModel/Collection.cs:141
at Xamarin.Forms.TableSectionBase`1[Xamarin.Forms.Cell].RemoveAt (Int32 index) [0x00000] in <filename unknown>:0
at TableViewTest.App.Delete (System.Object parameters) [0x0000f] in /Users/xamarin23/Downloads/TableViewTest/TableViewTest/TableViewTest.cs:36
at Xamarin.Forms.Command.Execute (System.Object parameter) [0x00000] in <filename unknown>:0
at Xamarin.Forms.MenuItem.Activate () [0x00000] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.ContextActionsCell.OnButtonActivated (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
at UIKit.UIControlEventProxy.Activated () [0x00007] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIControl.cs:34
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at TableViewTest.iOS.Application.Main (System.String[] args) [0x00008] in /Users/xamarin23/Downloads/TableViewTest/iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment