try catch not catching
try catch not catching
- Subject: try catch not catching
- From: Jerrod Fowkes <email@hidden>
- Date: Wed, 1 Nov 2006 12:14:38 -0800 (PST)
I have this code :
@try
{
someNSMutableDictionaryPointer = [[NSPropertyListSerialization propertyListFromData: dataRep
mutabilityOption: NSPropertyListMutableContainers
format: &format
errorDescription: &error] retain];
}
@catch (NSException * e) {
[self LogMessage: @"Corrupt library."];
}
@finally {
}
it crashes my application right inside the try block. What gives?
I have also tried NS DURING. -Jerrod Fowkes
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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