Re: Exception handling help
Re: Exception handling help
- Subject: Re: Exception handling help
- From: Greg Hurrell <email@hidden>
- Date: Wed, 3 Aug 2005 20:30:22 +0200
El 03/08/2005, a las 19:21, Tony Frey escribió:
In reading the Obj-c Language Spec, it appears that starting in
10.3, the preferred mechanism for exception handling is @try,
@catch, @finally. I haven't seen a lot of code examples using
this, though.
Are you guys starting to use these constructs in new code at all?
Or is NS_DURING, etc still the preferred method?
I use @try, @catch, @finally and @throw on code that's intended to
run on Panther and up, and NS_DURING on code that must run on Jaguar
and up.
Greg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden