Retrieves information about an error that occurred while the scripting engine was running a script.

HRESULT GetExceptionInfo(
    EXCEPINFO *pexcepinfo  // structure for exception information
);

Parameters

pexcepinfo

[out] Address of an EXCEPINFO structure that receives error information.

Expand imageReturn Value

Expand imageSee Also