A specific runtime error where code attempts to divide by zero. In MQL5 this triggers a critical runtime error (division by zero error). In C# it throws a DivideByZeroException
. During debugging, catching this exception or checking denominators prevents unexpected crashes.