Skip to content

Instantly share code, notes, and snippets.

@atin360
Created June 20, 2013 12:17
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 atin360/ad37d45c955b70bec1f9 to your computer and use it in GitHub Desktop.
Save atin360/ad37d45c955b70bec1f9 to your computer and use it in GitHub Desktop.
System.ArgumentNullException: Argument cannot be null.
Parameter name: meth
at System.Reflection.Emit.ILGenerator.Emit (OpCode opcode, System.Reflection.MethodInfo meth) [0x0000c] in /private/tmp/source/bockbuild/profiles/mono-2-10/build-root/mono-2.10.12/_build/mono-2.10.12.git/mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs:726
at MonoMac.ObjCRuntime.NativeMethodBuilder.CreateDelegate () [0x000ed] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/ObjCRuntime/NativeMethodBuilder.cs:96
at MonoMac.ObjCRuntime.NativeImplementationBuilder.get_Delegate () [0x0000b] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/ObjCRuntime/NativeImplementationBuilder.cs:73
at MonoMac.ObjCRuntime.Class.RegisterMethod (System.Reflection.MethodInfo minfo, MonoMac.Foundation.ExportAttribute ea, System.Type type, IntPtr handle) [0x00009] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/ObjCRuntime/Class.cs:452
at MonoMac.ObjCRuntime.Class.RegisterProperty (System.Reflection.PropertyInfo prop, System.Type type, IntPtr handle) [0x00072] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/ObjCRuntime/Class.cs:255
at MonoMac.ObjCRuntime.Class.Register (System.Type type, System.String name, Boolean is_wrapper) [0x00217] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/ObjCRuntime/Class.cs:203
at MonoMac.ObjCRuntime.Class.Register (System.Type type) [0x0004f] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/ObjCRuntime/Class.cs:153
at MonoMac.ObjCRuntime.Runtime.RegisterAssembly (System.Reflection.Assembly a) [0x00135] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/ObjCRuntime/Runtime.cs:102
at MonoMac.AppKit.NSApplication.Init () [0x00059] in /Users/builder/data/lanes/xamcore-lion-master/def82b3b/source/xamcore/src/preprocessed-build/32-bit/monomac/src/AppKit/NSApplication.cs:58
at AnimatedClock.MainClass.Main (System.String[] args) [0x00000] in /Users/nischal/Desktop/20thJune/mac-samples-master/AnimatedClock/Main.cs:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment