exception

  1. class exception
  2. class exception
    version(CppRuntime_Microsoft)
    class exception {
    protected @nogc
    const(char)* msg;
    }

Constructors

this
this(const(char)* message = "unknown", int = 1)

Destructor

~this
~this()

Members

Functions

what
const(char)* what()
Suggestion Box / Bug Report