public ScriptException(string message, Exception inner, SourceLocation location, ScriptStackTrace stack) : base(message, inner) { Location = location; ScriptStackTrace = stack; }