Home » VB.Net » VB.Net Programs
An exception is an error that arises during the program execution. When an error occurs, the program gets crashed – to avoid such problems, we use exception handling. An exception handling provides a way to transfer control from one part of the program to another.
In the VB.Net programming language, exception handling is built upon these keywords - Try, Catch, Finally and Throw.
This section contains the solved VB.Net exception handling programs. Practice these programs to learn the concept of exception handling, these programs contain the solved code, outputs, and the detailed explanation of the statements, functions used in the VB.Net exception handling programs.
Comments and Discussions!
Load comments ↻