Skip to content

Instantly share code, notes, and snippets.

@threeve
Created October 12, 2010 14:42
Show Gist options
  • Save threeve/622275 to your computer and use it in GitHub Desktop.
Save threeve/622275 to your computer and use it in GitHub Desktop.
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] Parameter name: meth
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at System.Reflection.Emit.ILGenerator.Emit (OpCode opcode, System.Reflection.MethodInfo meth) [0x00000] in <filename unknown>:0
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at MonoMac.ObjCRuntime.NativeMethodBuilder.CreateDelegate () [0x001a8] in /Users/jforeman/Source/mono/monomac/src/ObjCRuntime/NativeMethodBuilder.cs:110
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at MonoMac.ObjCRuntime.NativeImplementationBuilder.get_Delegate () [0x0000b] in /Users/jforeman/Source/mono/monomac/src/ObjCRuntime/NativeImplementationBuilder.cs:56
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at MonoMac.ObjCRuntime.Class.Register (System.Type type, System.String name) [0x00256] in /Users/jforeman/Source/mono/monomac/src/ObjCRuntime/Class.cs:171
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at MonoMac.ObjCRuntime.Class.Register (System.Type type) [0x0003c] in /Users/jforeman/Source/mono/monomac/src/ObjCRuntime/Class.cs:112
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at MonoMac.ObjCRuntime.Runtime.RegisterAssembly (System.Reflection.Assembly a) [0x0006c] in /Users/jforeman/Source/mono/monomac/src/ObjCRuntime/Runtime.cs:49
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at MonoMac.AppKit.NSApplication.Init () [0x00016] in /Users/jforeman/Source/mono/monomac/src/AppKit/NSApplication.cs:38
10/12/10 9:27:16 AM [0x0-0x194a949].com.yourcompany.Hello[67768] at Demo.Main (System.String[] args) [0x00000] in /Users/jforeman/Source/mono/monomac/samples/Hello/hello.cs:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment