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_VALUERETURN
Permits program control to exit from an exception-handling domain with a value of a specified type.
プログラム制御が例外処理ドメインから指定された型の値で退出する許可を与えます。
NS_VOIDRETURN
Permits program control to exit from an exception-handling domain.
プログラム制御が例外処理ドメインから退出する許可を与えます。