RegionEvaluableShowError(Exception, IPrimitive) Method

Reports an error in an element during calculation.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public virtual void ShowError(
	Exception e,
	IPrimitive value
)

Parameters

e  Exception
Current error.
value  IPrimitive
The expression element that caused the error.

See Also