Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ConditionNotBooleanScriptException.cs
2
4{
9 {
15 : base("Condition must evaluate to a boolean value.", Node)
16 {
17 }
18 }
19}
Exception thrown if condition does not evaluate to a Boolean value.
ConditionNotBooleanScriptException(ScriptNode Node)
Exception thrown if condition does not evaluate to a Boolean value.
ScriptNode Node
Node where error occurred.
Base class for all nodes in a parsed script tree.
Definition: ScriptNode.cs:69