ThreadError

Base class for thread errors to be used for function inside GC when allocations are unavailable.

class ThreadError : 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.

Suggestion Box / Bug Report