Skip to content

Instantly share code, notes, and snippets.

@chamons
Created May 1, 2017 20:12
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 chamons/275be112179e285075adf39e6b1317c6 to your computer and use it in GitHub Desktop.
Save chamons/275be112179e285075adf39e6b1317c6 to your computer and use it in GitHub Desktop.
$ /Users/donblas/Projects/TestNull/bin/Debug/TestNull.app/Contents/MacOS/TestNull
2017-05-01 15:08:58.285 TestNull[13350:7531428]
Unhandled Exception:
System.InvalidOperationException: asdf
at TestNull.AppDelegate+<DoIt>c__async0.MoveNext () [0x00018] in /Users/donblas/Projects/TestNull/AppDelegate.cs:18
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /Library/Frameworks/Xamarin.Mac.framework/Versions/3.2.0.175/src/mono/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>m__0 (System.Object state) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/3.2.0.175/src/mono/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1018
at AppKit.AppKitSynchronizationContext+<Post>c__AnonStorey0.<>m__0 () [0x0000c] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/AppKit/AppKitSynchronizationContext.cs:17
at Foundation.NSAsyncActionDispatcher.Apply () [0x00008] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/Foundation/NSAction.cs:163
at (wrapper managed-to-native) AppKit.NSApplication:NSApplicationMain (int,string[])
at AppKit.NSApplication.Main (System.String[] args) [0x00041] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/AppKit/NSApplication.cs:99
at TestNull.MainClass.Main (System.String[] args) [0x00007] in /Users/donblas/Projects/TestNull/Main.cs:7
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: asdf
at TestNull.AppDelegate+<DoIt>c__async0.MoveNext () [0x00018] in /Users/donblas/Projects/TestNull/AppDelegate.cs:18
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /Library/Frameworks/Xamarin.Mac.framework/Versions/3.2.0.175/src/mono/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>m__0 (System.Object state) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/3.2.0.175/src/mono/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1018
at AppKit.AppKitSynchronizationContext+<Post>c__AnonStorey0.<>m__0 () [0x0000c] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/AppKit/AppKitSynchronizationContext.cs:17
at Foundation.NSAsyncActionDispatcher.Apply () [0x00008] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/Foundation/NSAction.cs:163
at (wrapper managed-to-native) AppKit.NSApplication:NSApplicationMain (int,string[])
at AppKit.NSApplication.Main (System.String[] args) [0x00041] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/AppKit/NSApplication.cs:99
at TestNull.MainClass.Main (System.String[] args) [0x00007] in /Users/donblas/Projects/TestNull/Main.cs:7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment