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 _Unwind_Exception*

language specific exception information

currentLsd const(ubyte)*

pointer to LSDA table

Return Value

Type: ClassInfo

class type to look for

Meta