Re: App Will Not Terminate After Uncaught Excpetion
Re: App Will Not Terminate After Uncaught Excpetion
- Subject: Re: App Will Not Terminate After Uncaught Excpetion
- From: Dave Keck <email@hidden>
- Date: Thu, 16 Dec 2010 18:06:36 -0500
> Presumably it is more functionally similar to:
On my system, the exception is being caught from within
-[NSApplication run]. So it would look like the implementation of -run
shown here:
http://cocoawithlove.com/2009/01/demystifying-nsapplication-by.html
with a @try around the calls to -nextEventMatchingMask: and
-sendEvent:, and the @catch block calling -reportException:.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden