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