Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Created January 9, 2011 21:53
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 chrisntr/245eaacb35f496ba29db to your computer and use it in GitHub Desktop.
Save chrisntr/245eaacb35f496ba29db to your computer and use it in GitHub Desktop.
Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
Parameter name: property
at MonoTouch.AssetsLibrary.ALAssetsGroup.ValueForProperty (MonoTouch.Foundation.NSString property) [0x0005a] in /Users/plasma/Source/iphone/monotouch/AssetsLibrary/ALAssetsGroup.g.cs:83
at MonoTouch.AssetsLibrary.ALAssetsGroup.get_Name () [0x00000] in /Users/plasma/Source/iphone/monotouch/AssetsLibrary/ALAssetsGroup.cs:13
at AssetLibraryExample.LibraryDisplayViewController.AssetGroupEnumerator (MonoTouch.AssetsLibrary.ALAssetsGroup group, System.Boolean& stop) [0x00000] in <filename unknown>:0
at MonoTouch.AssetsLibrary.ALAssetsLibrary.TrampolineALAssetsLibraryGroupsEnumerationResultsDelegate (IntPtr block, IntPtr group, System.Boolean& stop) [0x0004d] in /Users/plasma/Source/iphone/monotouch/AssetsLibrary/ALAssetsLibrary.g.cs:260
at (wrapper native-to-managed) MonoTouch.AssetsLibrary.ALAssetsLibrary:TrampolineALAssetsLibraryGroupsEnumerationResultsDelegate (intptr,intptr,int&)
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/plasma/Source/iphone/monotouch/UIKit/UIApplication.cs:26
at MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000] in /Users/plasma/Source/iphone/monotouch/UIKit/UIApplication.cs:31
at AssetLibraryExample.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment