'Finally' can only appear once in a 'Try' statement
Finally
is used to complete a Try...Catch...Finally
block; hence it can only appear once at the end of the block.
Error ID: BC30381
- Locate and remove the redundant
Finally
.
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: