tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
Exception.TraceInfo
object
Exception
Undocumented in source.
class
Exception
interface
TraceInfo {
int
opApply
(int delegate(ref FrameInfo fInfo) );
void
writeOut
(void delegate(char[]) sink);
}
Members
Functions
opApply
int
opApply
(int delegate(ref FrameInfo fInfo) )
Undocumented in source.
writeOut
void
writeOut
(void delegate(char[]) sink)
Undocumented in source.
Meta
Source
See Implementation
object
Exception
constructors
this
functions
toString
writeOut
writeOutMsg
interfaces
TraceInfo
structs
FrameInfo
variables
file
info
line
msg
next