Macro

NS_ENDHANDLER

Marks the end of the local event handler. ローカルイベントハンドラの終わりを印します。

Declaration 宣言

#define NS_ENDHANDLER

Discussion 議論

The NS_ENDHANDLER marks the end of a section of code that is a local exception handler. (The NS_HANDLERmacros marks the beginning of this section.) If an exception is raised in the exception handling domain marked off by the NS_DURING and NS_HANDLER, the local exception handler (if specified) is given a chance to handle the exception. NS_ENDHANDLERは、ローカル例外ハンドラであるところのコードの区分の終わりを印します。(NS_HANDLERマクロは、このセクションの始まりを印します。)ある例外がNS_DURINGNS_HANDLERによって区分される例外処理ドメインにおいて引き起こされるならば、ローカル例外ハンドラは(もし指定されるならば)、その例外を処理する機会を与えられます。

See Also 参照

Legacy Macros レガシーマクロ