_d_traceContext

This function will be called when an exception is constructed. The user-supplied trace handler will be called if one has been supplied, otherwise no trace will be generated.

extern (C)
Throwable.TraceInfo
_d_traceContext
(
void* ptr = null
)

Parameters

ptr void*

A pointer to the location from which to generate the trace, or null if the trace should be generated from within the trace handler itself.

Return Value

An object describing the current calling context or null if no handler is supplied.

Meta