DylibLoadException.this

Dynamic Library Loader Exception constructor * @param msg exception message * @param line line number in code * @param file code file

  1. this(string msg, size_t line, string file)
    class DylibLoadException
    this
    (
    string msg
    ,
    size_t line = __LINE__
    ,
    string file = __FILE__
    )
  2. this(string[] names, string[] reasons, size_t line, string file)
  3. this(string msg, string name, size_t line, string file)

Meta