What is catch keyword in exception handling in C++? All Questions › Category: Cpp Language › What is catch keyword in exception handling in C++? 0 Vote Up Vote Down Chetan Shidling asked 5 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 5 years ago The catch will catch the exception which is thrown from the try block and it will specify which type of exception it as catches.