throw expressions (C++ only)

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

Related information



[ Top of Page | Previous Page | Next Page | Contents | Index ]