/  29
 
 
11.1 Introduction to Error Handling
Three types of errors:
Syntax error – failure of code to meet therequirements of VB.NET programminglanguages.
Examples :Not calling a procedure with the rightnumber of parameters,misspelling a variable name.
 
 
11.1Introduction to Error Handling
Three types of errors:
Compiler will flag syntax errors andoutput an error message in the outputwindow.
If Option Explicit or even Option Strictturned on, syntax errors will behighlighted in the code window evenbefore you compile
 
 
11.1 Introduction to Error Handling
Three types of errors:
Runtime Errors – appear while you arerunning the application.
Examples:Memory run out of space,Program caught into indefinite loop

Share & Embed

More from this user

Add a Comment

Characters: ...

rohinichaleft a comment

as a information searcher everything is important to me

cterpleft a comment

Very, very basic

pramudithaleft a comment

this document more helpful for my studies