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 GoTo
statement inside a Finally
block branches outside the block. It is not valid to branch into or out of a Catch
or Finally
block.
Error ID: BC30101
To correct this error
- Remove the
GoTo
statement, and consider implementing the program logic with decision or loop control structures.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.