What is catch block in exception handling? All Questions › Category: Cpp Language › What is catch block in exception handling? 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 block that catches an exception thrown in the try block is called a catch block. A catch block specifies the type of exception it can catch and contain the code for handling the exception.