Re: Recuperating after NS_HANDLER
Re: Recuperating after NS_HANDLER
- Subject: Re: Recuperating after NS_HANDLER
- From: j o a r <email@hidden>
- Date: Sun, 16 May 2004 10:53:04 +0200
Why / how isn't it working (it should)?
j o a r
On 2004-05-16, at 09.59, Francisco Tolmasky wrote:
>
I would like to do something like the following:
>
>
while(someStuff)
>
{
>
NS_DURING
>
something that could throw an exception
>
NS_HANDLER
>
handle it
>
NS_ENDHANDLER
>
}
>
>
I would like it to continue the loop even if it does reach an
>
exception, is this possible? This code above does not seem to be
>
working.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.