InvalidPointerError

Thrown on POSIX systems when a SIGSEGV signal is received.

version(MemoryErrorSupported)
@system
class InvalidPointerError : Error {}

Inherited Members

From Error

bypassedException
Throwable bypassedException;

The first Exception which was bypassed when this Error was thrown, or null if no Exceptions were pending.

Meta