'Exit Try' can only appear inside a 'Try' statement
Visual Studio 2005
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
-
Locate and remove the unnecessary Exit Try statement.
-
Move the Exit Try statement to the appropriate place within your code.