Re: Re: try/catch/throw/finally example?
Re: Re: try/catch/throw/finally example?
- Subject: Re: Re: try/catch/throw/finally example?
- From: "Keith Ray" <email@hidden>
- Date: Fri, 25 Aug 2006 16:10:34 -0700
I noticed that even though the compiler doesn't complain about about a
missing catch block, if it *is* missing, the finally block is never
executed.
@try {
[stringOne appendString:stringTwo];
} @finally {
NSLog(@"This always happens.");
}
--
C. Keith Ray
<http://homepage.mac.com/keithray/blog/index.html>
<http://homepage.mac.com/keithray/xpminifaq.html>
<http://homepage.mac.com/keithray/resume2.html>
_______________________________________________
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