Hi again,
Exceptions thrown from
Good luck!
Exceptions thrown from
V8ScriptEngine
, even when passing though multiple host-to-script transitions, should be linked to the root exception via InnerException. Try traversing the exception chain, or calling GetBaseException, to get to the one that corresponds to the syntax error. That should contain all the information that V8 provides.Good luck!