getClassInfo

Look at the chain of inflight exceptions and pick the class type that'll be looked for in catch clauses.

version(Posix)
ClassInfo
getClassInfo
(
_Unwind_Exception* exceptionObject
,
const(ubyte)* currentLsd
)

Parameters

exceptionObject

language specific exception information

currentLsd
Type: const(ubyte)*

pointer to LSDA table

Return Value

Type: ClassInfo

class type to look for

Suggestion Box / Bug Report