onFinalizeError

fnnoreturn onFinalizeError( TypeInfo info, Throwable e, string file = __FILE__, size_t line = __LINE__ ) @trusted nothrow

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

Parameters

infoThe TypeInfo instance for the object that failed finalization.
eThe exception thrown during finalization.
fileThe name of the file that signaled this error.
lineThe line number on which this error occurred.

Throws