Determines if the caller of the script engine can handle a specified exception.

HRESULT CanHandleException(
   EXCEPINFO*  pExcepInfo,
   VARIANT*    pvar
);

Parameters

pExcepInfo

[in] Pointer to an EXCEPINFO structure containing the information that will be reported if no exception handler is found.

pvar

[in] A value associated with the exception, such as the value thrown by a throw statement. This parameter may be NULL.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also