I have some code, called from a subclass of NSOperation, that throws an 
exception pretty reliably if I put a breakpoint elsewhere in the code (it is 
code that does an HTTP request, and it's getting a broken pipe, and raising an 
exception to report it; the breakpoint (in another thread) seems to trigger 
this behavior).

My NSOperation subclass wraps the call to the network code in a @try/catch 
block. But when this exception is raised, the app terminates due to an uncaught 
exception.

Any idea why?

TIA,
Rick

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to