'Loop' must be preceded by a matching 'Do'
A Loop
statement occurs without a corresponding Do
statement. Loop
must be preceded by a corresponding Do
statement.
Error ID: BC30091
If this
Do
loop is part of a set of nestedDo
loops, make sure each loop is properly terminated.Verify that other control structures within the
Do
loop are correctly terminated.Ensure that this
Do
loop is correctly formatted.
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.
.NET feedback
.NET is an open source project. Select a link to provide feedback: