Indicates the kind of exception thrown. This enumeration is used by the IActiveScriptErrorDebug110::GetExceptionThrownKind method.
Important |
---|
These constants are implemented by PDM version 11.0 and greater. Found in activdbg100.h. |
typedef SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND
Member | Value | Description |
---|---|---|
ETK_FIRST_CHANCE | 0x00000000 | The exception is a first-chance exception. |
ETK_USER_UNHANDLED | 0x00000001 | The exception isn't handled in user code. |
ETK_UNHANDLED | 0x00000002 | The exception isn't handled in code. |