ExceptionPrintStackTrace

Extension to the D Exception

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

Meta