ErrorOccuredEventHandler Delegate
Reports the location of the element of a mathematical formula in which an error was found.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public delegate void ErrorOccuredEventHandler(
Exception e,
int position,
IPrimitive value,
RegionEvaluable sender
)
Public Delegate Sub ErrorOccuredEventHandler (
e As Exception,
position As Integer,
value As IPrimitive,
sender As RegionEvaluable
)
public delegate void ErrorOccuredEventHandler(
Exception^ e,
int position,
IPrimitive^ value,
RegionEvaluable^ sender
)
type ErrorOccuredEventHandler =
delegate of
e : Exception *
position : int *
value : IPrimitive *
sender : RegionEvaluable -> unit
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.