RegionEvaluableShowError(Exception, Term) Method
Reports an error in an element during calculation.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public virtual void ShowError(
Exception e,
Term value
)
Public Overridable Sub ShowError (
e As Exception,
value As Term
)
public:
virtual void ShowError(
Exception^ e,
Term^ value
)
abstract ShowError :
e : Exception *
value : Term -> unit
override ShowError :
e : Exception *
value : Term -> unit
Parameters
- e Exception
-
Current error.
- value Term
-
The expression element that caused the error.