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