'End If' must be preceded by a matching 'If'
An End If
statement occurs without a corresponding If
statement. End If
must be preceded by an If
statement.
Error ID: BC30087
If this
If
block is part of a set of nestedIf
blocks, make sure each block is properly terminated.Verify that other control structures within the
If
block are correctly terminated.Ensure that this
If
block 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: