Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ArgumentNonNegativeIntegerScriptException.cs
1
using
Waher.Script.Model
;
2
3
namespace
Waher.Script.Exceptions
4
{
8
public
class
ArgumentNonNegativeIntegerScriptException
:
ArgumentOutOfRangeScriptException
9
{
15
public
ArgumentNonNegativeIntegerScriptException
(
string
Name
,
ScriptNode
Node
)
16
: base(
Name
,
Name
+
" must be a non-negative integer."
,
Node
)
17
{
18
}
19
}
20
}
Waher.Script.Exceptions.ArgumentNonNegativeIntegerScriptException
Exception thrown if an operand is out of bounds.
Definition:
ArgumentNonNegativeIntegerScriptException.cs:9
Waher.Script.Exceptions.ArgumentNonNegativeIntegerScriptException.ArgumentNonNegativeIntegerScriptException
ArgumentNonNegativeIntegerScriptException(string Name, ScriptNode Node)
Exception thrown if an operand is out of bounds.
Definition:
ArgumentNonNegativeIntegerScriptException.cs:15
Waher.Script.Exceptions.ArgumentOutOfRangeScriptException
Exception thrown if an operand is out of bounds.
Definition:
ArgumentOutOfRangeScriptException.cs:9
Waher.Script.Exceptions.ArgumentOutOfRangeScriptException.Name
string Name
Argument name.
Definition:
ArgumentOutOfRangeScriptException.cs:25
Waher.Script.Exceptions.ScriptRuntimeException.Node
ScriptNode Node
Node where error occurred.
Definition:
ScriptRuntimeException.cs:92
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
ArgumentNonNegativeIntegerScriptException.cs
Generated by
1.9.5