ErrorOccuredEventHandler Delegate

Reports the location of the element of a mathematical formula in which an error was found.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate void ErrorOccuredEventHandler(
	Exception e,
	int position,
	IPrimitive value,
	RegionEvaluable sender
)

Parameters

e  Exception
Error.
position  Int32
The position of the erroneous element in the array.
value  IPrimitive
Invalid element (for verification).
sender  RegionEvaluable
A reference to the element in which the calculation is performed.

See Also