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