mobileFX JavaScriptX - Google V8 JavaScript Embedded Framework
JavaScriptXLib ActiveX DLL / ScriptControl Object / Error Event
In This Topic
    Error Event
    In This Topic
    Description

    The Error event occurs when the scripting engine detects some sort of error.

    Syntax
    Visual Basic
    Public Event Error()
    Remarks

    When the client receives an Error event, the client can ask JavaScriptX for the latest error by accessing Error property. After accessing the Error property, the client gets an Error object, which implements the Error interface.

    See Also