'Finally' must end with a matching 'End Try'
A Finally statement appears in your code without a matching End Trystatement. Finally statements must be concluded with an End Try statement.
Error ID: BC30442
To correct this error
Remove the Finally statement.
Add an End Try statement to conclude the block.
See Also
Concepts
Structured Exception Handling Overview for Visual Basic