What is throw keyword in exception handling in C++? All Questions › Category: Cpp Language › What is throw 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 When an exception occurs the throw keyword will send the exception to catch block.