The Error Handling activities mimic the exception handling mechanism in C#.
In the following example, we will catch DivideByZeroException and write some info to the console.

0
The Error Handling activities mimic the exception handling mechanism in C#.
In the following example, we will catch DivideByZeroException and write some info to the console.