Udostępnij za pośrednictwem


'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

To correct this error

  • Locate and remove the redundant Finally.

See Also

Concepts

Structured Exception Handling Overview for Visual Basic

Reference

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