Hello,
Is there a way to throw an exception that can be caught with a `TryCatch`, but cannot be caught from within JavaScript code?
I'm looking for something like TerminateExecution(), but that can pass metadata about the event triggering termination to the calling
code.
cheers,
Charles