DomainException
DomainException Methods
DomainException() | Constructor for the DomainException class |
Derived Classes
None
See Also
Class Hierarchy, Primitive Framework, OverflowException, DivideByZeroException
public method DomainException(float Value1, 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 DomainException class.
DomainException Class