NS_DURING
NS_ENDHANDLER
NS_VALUERETURN
NS_VOIDRETURN
Availability 有効性
Technology
#define NS_HANDLER
The NS_HANDLER macro marks end of a section of code that is an exception-handling domain while at the same time marking the beginning of a section of code that is a local exception handler for that domain. (The NS
macro marks the beginning of the exception-handling domain; the NS
marks the end of the local exception handler.) If an exception is raised in the exception-handling domain, the local exception handler is first given the chance to handle the exception before lower-level handlers are given a chance.
NS_HANDLERマクロは、例外処理ドメインであるところのコードのセクションの終わりを印します、一方で同時にそのドメインに対するローカル例外ハンドラであるところのコードの始まりを印しています。(NS
マクロは、例外処理ドメインの始まりを印します;NS
はローカル例外ハンドラの終わりを印します。)もしある例外が例外処理ドメインにおいて引き起こされるならば、ローカル例外ハンドラは最初に例外を処理する機会を与えられます、より低い水準のハンドラが機会を与えられる前に。
NS_DURING
NS_ENDHANDLER
NS_VALUERETURN
NS_VOIDRETURN