C++ の throw 式

C++throw 式は、C++ の例外ハンドラーに例外をスロー (throw) するために使われます。 throw 式は、void 型です。

関連参照

IBM Copyright 2003