'Catch' block never reached; <exception> handled above in the same 'Try' statement
A Catch
block in the code cannot be reached because it is handled in a preceding Try
block.
By default, this message is a warning. For more information about hiding warnings or treating warnings as errors, see Configuring Warnings in Visual Basic.
Error ID: BC42031
- Remove the redundant 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: