_d_newThrowable

Allocate an exception of type ci from the exception pool. It has the same interface as rt.lifetime._d_newclass(). The class type must be Throwable or derived from it, and cannot be a COM or C++ class. The compiler must enforce this.

extern (C)
_d_newThrowable

Return Value

Type: Throwable

default initialized instance of the type

Suggestion Box / Bug Report