IllegalReferenceCountException

An {@link IllegalStateException} which is raised when a user attempts to access a {@link ReferenceCounted} whose reference count has been decreased to 0 (and consequently freed).

Constructors

this
this(string msg, string file, size_t line, Throwable next)
this
this(string msg, Throwable next, string file, size_t line)
this
this(int refCnt)
Undocumented in source.
this
this(int refCnt, int increment)
Undocumented in source.

Meta