Catch Exception =============== Category -------- Error Handling Commands Description ----------- This command allows you to define actions that should occur after encountering an error. Use this command when you want to define how your script should behave when an error is encountered. Parameters ---------- Command without parameter. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Error Handling Commands\\Catch Exception\\Catch Exception.xml` See Also -------- - :doc:`End Try ` - :doc:`Finally ` - :doc:`Throw Exception ` - :doc:`Try `