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
    (,
    void delegate dg
    )
  3. void ExceptionPrintStackTrace(Exception e)

Meta