Can't catch Error thrown from a method in a different file
Hello, Using JScript, I'm throwing an Error from a method (i.e. function on an object) ; the call to this method and the try/catch are in a different file. When the Error is thrown, it is not caugh...