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

language specific exception information

sti CppTypeInfo

type of catch clause

Return Value

Type: void*

null if not caught, pointer to thrown object if caught

Meta