onFinalizeError
fn
noreturn onFinalizeError( TypeInfo info, Throwable e, string file = __FILE__, size_t line = __LINE__ ) @trusted nothrowA callback for finalize errors in D. A FinalizeError will be thrown.
Parameters
info | The TypeInfo instance for the object that failed finalization. |
e | The exception thrown during finalization. |
file | The name of the file that signaled this error. |
line | The line number on which this error occurred. |