'If' must end with a matching 'End If'
An If
statement occurs without a corresponding End If
statement. An End If
statement must be used to end the If
block.
Error ID: BC30081
If this
If
block is part of a set of nestedIf
blocks, make sure each block is properly terminated.Add an
End If
statement to the end of theIf
block.
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: