Knapsack by Andrew Davey

<PackageReference Include="Knapsack" Version="0.2.0" />

 JavaScriptException

public object ErrorObject { get; }

public int LineNumber { get; }

public string Name { get; }

public string SourcePath { get; }

public JavaScriptException(object errorObject, int lineNumber, string sourcePath)

public JavaScriptException(ScriptEngine engine, string name, string message)

public JavaScriptException(ScriptEngine engine, string name, string message, Exception innerException)

public JavaScriptException(ScriptEngine engine, string name, string message, int lineNumber, string sourcePath)