Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
VariableNotFoundScriptException.cs
1
using
Waher.Script.Model
;
2
3
namespace
Waher.Script.Exceptions
4
{
8
public
class
VariableNotFoundScriptException
:
ScriptRuntimeException
9
{
15
public
VariableNotFoundScriptException
(
string
VariableName
,
ScriptNode
Node
)
16
: base(
"Variable not found: "
+
VariableName
,
Node
)
17
{
18
this.VariableName =
VariableName
;
19
}
20
24
public
string
VariableName
{
get
; }
25
}
26
}
Waher.Script.Exceptions.ScriptRuntimeException
Script runtime exception.
Definition:
ScriptRuntimeException.cs:12
Waher.Script.Exceptions.ScriptRuntimeException.Node
ScriptNode Node
Node where error occurred.
Definition:
ScriptRuntimeException.cs:92
Waher.Script.Exceptions.VariableNotFoundScriptException
Exception thrown if a variable is not found.
Definition:
VariableNotFoundScriptException.cs:9
Waher.Script.Exceptions.VariableNotFoundScriptException.VariableNotFoundScriptException
VariableNotFoundScriptException(string VariableName, ScriptNode Node)
Exception thrown if a variable is not found.
Definition:
VariableNotFoundScriptException.cs:15
Waher.Script.Exceptions.VariableNotFoundScriptException.VariableName
string VariableName
Name of the variable not found.
Definition:
VariableNotFoundScriptException.cs:24
Waher.Script.Model.ScriptNode
Base class for all nodes in a parsed script tree.
Definition:
ScriptNode.cs:69
Waher.Script.Exceptions
Definition:
ArgumentDimensionsInconsistentScriptException.cs:4
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
IoTGateway
Script
Waher.Script
Exceptions
VariableNotFoundScriptException.cs
Generated by
1.9.5