raise- this will send only NSException object. where as, @throw- this can take NSString Objects in its argument and also take NSException Object. (Cocoa applications should @throw only NSException objects).
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
where as,
@throw- this can take NSString Objects in its argument and also take NSException Object. (Cocoa applications should @throw only NSException objects).