MathException(Errors, IPrimitive) 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
)
Public Sub New (
errorId As Errors,
element As IPrimitive
)
public:
MathException(
Errors errorId,
IPrimitive^ element
)
new :
errorId : Errors *
element : IPrimitive -> MathException
Parameters
- errorId Errors
-
Id of the error occurred.
- element IPrimitive
-
Mathematical primitive, that causes an error.