Udostępnij za pośrednictwem


Try must have at least one 'Catch' or a 'Finally'

A Try block must include either a Finally block or at least one Catch block before the End Try statement.

Error ID: BC30030

To correct this error

  • Add a Catch or Finally block within the Try block.

See Also

Reference

Try...Catch...Finally Statement (Visual Basic)