MathException(Errors, IPrimitive, ListIPrimitive) Constructor

Constructor of the Class.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public MathException(
	Errors errorId,
	IPrimitive element,
	List<IPrimitive> evaluationStack
)

Parameters

errorId  Errors
Id of the error occurred.
element  IPrimitive
Mathematical primitive, that causes an error.
evaluationStack  ListIPrimitive
Stack of during evaluation.

See Also