Returns a value that indicates the kind of exception thrown.
Important |
---|
IActiveScriptErrorDebug110 Interface is implemented by PDM version 11.0 and greater. Found in activdbg100.h. |
HRESULT GetExceptionThrownKind( SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND* pExceptionKind );
- pExceptionKind
[out] The kind of exception that is thrown (for example, first-chance or unhandled), represented by a SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND Enumeration enumeration value.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |