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