RegionEvaluableShowError(Exception, Term) 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,
	Term value
)

Parameters

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

See Also