RegionEvaluableShowError(Exception, IPrimitive) 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,
IPrimitive value
)
Public Overridable Sub ShowError (
e As Exception,
value As IPrimitive
)
public:
virtual void ShowError(
Exception^ e,
IPrimitive^ value
)
abstract ShowError :
e : Exception *
value : IPrimitive -> unit
override ShowError :
e : Exception *
value : IPrimitive -> unit
Parameters
- e Exception
-
Current error.
- value IPrimitive
-
The expression element that caused the error.