private void ExceptionHandler(ScriptException error) { Assert.Fail(); }
public ScriptScope(ScriptException error) { Indent = 0; Error = error; }