MathException(Errors, IPrimitive) 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
)

Parameters

errorId  Errors
Id of the error occurred.
element  IPrimitive
Mathematical primitive, that causes an error.

See Also