Monday, August 22, 2011

[Research] Visual Basic - Exception Heirarchy

There are two types of Exceptions. The first are exceptions generated while the program is being run, and the other is from bad syntax in the code writing or the coding environment. This basically means that Exceptions are either caused from the program creating undesirable inputs(eg accessing outside of an existing array location), or the programmer's misuse of syntax or improper coding language, causing an error before the program is even compiled.

No comments:

Post a Comment