Monday, August 22, 2011

[Research] Visual Basic - Exceptions

An exception is an event that happens when a program is told to perform an operation with unsuitable inputs. Eg, Overload Exceptions, when you try to place a number greater than the maximum in an integer, it overflows. It is, basically, an error that the program cannot recover from by itself and continue to run regardless.

No comments:

Post a Comment