'Exit Function' is not valid in a Sub or Property
Exit Function
appears in a Sub
procedure or a Property
procedure. An Exit
statement must match the block in which it occurs.
Error ID: BC30067
- Replace the
Exit Function
with theExit Sub
orExit Property
statement as appropriate.
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: