ThrowRunError Method
| Overload | Description |
|---|---|
| ThrowRunError(RunErrors) | Throws an exception based on the specified error and sets the step status to EventStatus.EVENTSTATUS_FAIL. |
| ThrowRunError(String) | Throws an exception based on the specified error message and sets the step status to EventStatus.EVENTSTATUS_FAIL. |
The error message is taken from the RunErrors Enumeration.

