Udostępnij za pośrednictwem


'Catch' statements are not valid in the Immediate window

Catch statements can only be used in source code.

Error ID: BC30715

To correct this error

  • Remove Catch statements from debugging code.

See Also

Reference

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

Other Resources

Debugging in Visual Studio