ExceptionPrintStackTrace

Extension to the D Exception

  1. void ExceptionPrintStackTrace(Exception e)
  2. void ExceptionPrintStackTrace(Throwable e, void delegate(String file, ulong line, String fmt, ...) dg)
    version(Tango)
    void
    ExceptionPrintStackTrace
    (
    Throwable e
    ,
    void delegate(
    String file
    ,
    ulong line
    ,
    String fmt
    ,
    )
    dg
    )

Meta