EmersonH.Com

Transforming Knowledge into Power

  • Increase font size
  • Default font size
  • Decrease font size

Try Catch

E-mail Print

Try
' Statement which can cause an exception.
Catch e As Type
' Statements for handling the exception
Finally
End
Try 'Any cleanup code

Last Updated on Monday, 21 December 2009 17:41