'Case' cannot follow a 'Case Else' in the same 'Select' statement
A Case Else
statement introduces statements to be executed if no match is found for the initial Case
. A Case
statement has been found after a Case Else
in the same Select
block.
Error ID: BC30321
- Move the
Case Else
to the appropriate location after theCase
statement.
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: