Expand Minimize
This topic has not yet been rated - Rate this topic

'Exit Try' can only appear inside a 'Try' statement 

Exit Try can only appear within a Try block statement. Either you have a redundant Exit Try statement, or your Exit Try statement appears outside the bounds of its corresponding Try block.

Error ID: BC30393

To correct this error

  1. Locate and remove the unnecessary Exit Try statement.

  2. Move the Exit Try statement to the appropriate place within your code.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.