MathException(Errors, IPrimitive, ListIPrimitive) Constructor
Constructor of the Class.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public MathException(
Errors errorId,
IPrimitive element,
List<IPrimitive> evaluationStack
)
Public Sub New (
errorId As Errors,
element As IPrimitive,
evaluationStack As List(Of IPrimitive)
)
public:
MathException(
Errors errorId,
IPrimitive^ element,
List<IPrimitive^>^ evaluationStack
)
new :
errorId : Errors *
element : IPrimitive *
evaluationStack : List<IPrimitive> -> MathException
Parameters
- errorId Errors
- Id of the error occurred.
- element IPrimitive
- Mathematical primitive, that causes an error.
- evaluationStack ListIPrimitive
- Stack of during evaluation.