catch From C/C++ Reference previous page next page cppreference.com > C/C++ Keywords > catch catch The catch statement handles exceptions generated by the throw statement. Related topics: throw try previous page start next page