DivideByZeroException
DivideByZeroException Methods
DivideByZeroException() | Constructor for the DivideByZeroException class |
Derived Classes
None
See Also
Class Hierarchy, Primitive Framework, OverflowException, DomainException
public method DivideByZeroException(float Value, float Value2, int OperatorId, bool IsFloatExpression = true)
Parameters
Value1
The first value in the expression
Value2
The second value in the expression (if applicable)
OperatorId
Integer Id associated with operator which encountered the math error
IsFloatExpression
True if float expression and false if not (true by default)
Return Value
None
Description
Constructor for the DivideByZeroException class.
DivideByZeroException Class