Try Catch
You can use this activity for exception handling. This activity works in conjunction with the 'Continue on Error' property of the activities. The 'Try' property in this activity displays an exception when the Continue on Error check box is cleared. The check box is selected, by default.
Property Type | Property Name | Data Type | Description |
---|---|---|---|
Try | Try | N/A | Contains a single activity or a sequence that is likely to throw an exception. |
Catch | Catch | N/A | One or more exception classes can be added here to identify an exception thrown by the Try property. |
Finally | Finally | N/A | One or more activities can be added which runs irrespective of executions of Try and Catch property. |