Share via


SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND Enumeration

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.

Syntax

typedef SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND  

Members

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.

See also

IActiveScriptErrorDebug110 Interface