onFinalizeError

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

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

Parameters

info
Type: TypeInfo

The TypeInfo instance for the object that failed finalization.

e
Type: Throwable

The exception thrown during finalization.

file
Type: string

The name of the file that signaled this error.

line
Type: size_t

The line number on which this error occurred.

Throws

Suggestion Box / Bug Report