An object implementing this interface is passed to the IActiveScriptSite::OnScriptError method whenever the scripting engine encounters an unhandled error. The host then calls methods on this object to obtain information about the error that occurred.
Method | Description |
---|---|
Retrieves information about an error. | |
Retrieves the location in the source code where an error occurred. | |
Retrieves the line in the source file where an error occurred. |