RegionEvaluableShowError(Exception, IPrimitive) Method

Reports an error in an element during evaluation.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.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