19 : base(Join(Message,
Node))
31 : base(Join(Message,
Node), InnerException)
43 s = s.Substring(0, 1000) +
"...";
45 return Message +
"\r\n\r\n" + s;
Base class for script exceptions.
Script runtime exception.
ScriptNode Node
Node where error occurred.
ScriptRuntimeException(string Message, ScriptNode Node)
Script runtime exception.
ScriptRuntimeException(string Message, ScriptNode Node, Exception InnerException)
Script runtime exception.
Base class for all nodes in a parsed script tree.
string SubExpression
Sub-expression defining the node.