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.
Catch must appear within a Try...Catch...Finally statement block. Either you have an unnecessary Catch statement in your Try block, or your Catch statement appears outside the bounds of its corresponding Try block.
Error ID: BC30380
To correct this error
- Delete the Catch statement if it is unnecessary, or place it within a Try...Catch...Finally statement block.
See Also
Concepts
Structured Exception Handling Overview for Visual Basic