NS_DURING
Marks the start of the exception-handling domain.
例外処理ドメインの始まりを印します。
NS_ENDHANDLER
Marks the end of the local event handler.
ローカルイベントハンドラの終わりを印します。
NS_HANDLER
Marks the end of the exception-handling domain and the start of the local exception handler.
例外処理ドメインの終わりとローカル例外ハンドラの始まりを印します。
NS_VOIDRETURN
Permits program control to exit from an exception-handling domain.
プログラム制御が例外処理ドメインから退出する許可を与えます。