try

C++ Reference

try

The try statement attempts to execute exception-generating code. See the throw statement for more details.

Related topics: