getCppPtrToThrownObject

Get Pointer to Thrown Object if type of thrown object is implicitly convertible to the catch type.

version(Posix)
void*
getCppPtrToThrownObject
(
_Unwind_Exception* exceptionObject
,)

Parameters

exceptionObject

language specific exception information

sti

type of catch clause

Return Value

Type: void*

null if not caught, pointer to thrown object if caught

Suggestion Box / Bug Report