catch From 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: throwtry previous page start next page