C++ throw Expressions

C++A throw expression is used to throw exceptions to C++ exception handlers. A throw expression is of type void.

Related References

IBM Copyright 2003