onFinalizeError

A callback for finalize errors in D. A FinalizeError will be thrown.

extern (C) @trusted nothrow
onFinalizeError
(,,
string file = __FILE__
,
size_t line = __LINE__
)

Parameters

info TypeInfo

The TypeInfo instance for the object that failed finalization.

e Throwable

The exception thrown during finalization.

file string

The name of the file that signaled this error.

line size_t

The line number on which this error occurred.

Throws

Meta