- TraceInfo
interface TraceInfo
Undocumented in source.
- msg
string msg;
Undocumented in source.
- file
string file;
Undocumented in source.
- line
size_t line;
Undocumented in source.
- info
TraceInfo info;
Undocumented in source.
- next
inout(Throwable) next [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- next
Throwable next [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- refcount
uint refcount()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Throwable) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- chainTogether
Throwable chainTogether(Throwable e1, Throwable e2)
Undocumented in source. Be warned that the author may not have intended to support it.
- ~this
~this()
Undocumented in source.
- message
const(char)[] message()
Undocumented in source. Be warned that the author may not have intended to support it.