Macro

NS_DURING

Marks the start of the exception-handling domain. 例外処理ドメインの始まりを印します。

Declaration 宣言

#define NS_DURING

Discussion 議論

The NS_DURING macro marks the start of the exception-handling domain for a section of code. (The NS_HANDLERmacro marks the end of the domain.) Within the exception-handling domain you can raise an exception, giving the local exception handler (or lower exception handlers) a chance to handle it. NS_DURINGマクロは、コードのある部分に対する例外処理ドメインの始まりを印します。(NS_HANDLERマクロはそのドメインの終わりを印します。)例外処理ドメイン内であなたは例外を引き起こすことができます、ローカル例外ハンドラ(またはより低い例外ハンドラー)にそれを取り扱う機会を与えています。

See Also 参照

Legacy Macros レガシーマクロ