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