Udostępnij za pośrednictwem


Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement

You have combined a Try statement with On Error or Resume.

Error ID: BC30544

To correct this error

  • Remove the On Error or Resume.

See Also

Concepts

Structured Exception Handling Overview for Visual Basic

Reference

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