What is the throw statement?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the throw statement?
Rating:
The throw statement creates an exception within a procedure and explicitly throws the exception. The occurrence of the statement within a code enforces the program to use a pre-existing exception handling code, even if no runtime error has occurred. This statement is generally used with either a
Rating:
Was this information helpful?
Other articles
- What is a catch statement?
- What is Sn.exe?
- What is shadowing?
- What is CLR?
- What is the DataRow class?