Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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