Macro

NS_VOIDRETURN

Permits program control to exit from an exception-handling domain. プログラム制御が例外処理ドメインから退出する許可を与えます。

Declaration 宣言

#define NS_VOIDRETURN

Discussion 議論

The NS_VOIDRETURN macro returns program control to the caller out of the exception-handling domain—that is, a section of code between the NS_DURING and NS_HANDLER macros that might raise an exception. The standard return statement does not work as expected in the exception-handling domain. NS_VOIDRETURNマクロは、プログラム制御を例外処理ドメイン — すなわちNS_DURINGNS_HANDLERマクロの間のコードの区分の外側の呼び出し側に返します。標準return文は、例外処理ドメインにおいて期待されるように働きません。

See Also 参照

Legacy Macros レガシーマクロ