keywords:try From C++ Reference previous page next page try The try statement attempts to execute exception-generating code. See the throw statement for more details. Related Topics: catch, throw previous page start next page