Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Try block must include either a Finally block or at least one Catch block before the End Try statement.
Error ID: BC30030
To correct this error
- Add a Catch or Finally block within the Try block.