18 : base(
"Lambda expression must be able to accept complex vectors, " +
19 "and return complex vectors of equal length. Length returned: " +
Script runtime exception.
ScriptNode Node
Node where error occurred.
Exception thrown if a lambda expression with invalid type is encountered.
int Expected
Expected length of lambda expression.
LambdaLengthScriptException(int Length, int Expected, ScriptNode Node)
Exception thrown if a lambda expression with invalid type is encountered.
int Length
Length returned by lambda expression.
Base class for all nodes in a parsed script tree.