Division by zero (error d52d03ed)
A workflow generates exception d52d03ed.
Symptoms
A workflow generates the exception Division by zero.Causes
A user-defined expression has a division operation in which the value of the denominator is zero.Resolving the problem
Do one of the following actions:| Possible cause | Suggested action |
|---|---|
| The value of a denominator resolves to zero. For example, if the value of the variable
intC is
zero, the following expression causes the exception: |
Use one of the following tools to fix the problem:
|
| The denominator is a literal zero. For
example, the following expression causes the exception:
|
This problem cannot be fixed in a running workflow. |