DylibLoadException

Dynamic Library Loader Exception This exception is thrown when the library can't be loaded

Constructors

this
this(string msg, size_t line, string file)

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

this
this(string[] names, string[] reasons, size_t line, string file)

Dynamic Library Loader Exception constructor * @param names libraries name * @param reasons reasons why it can't load * @param line line number in code * @param file code file

this
this(string msg, string name, size_t line, string file)

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

Members

Properties

name
string name [@property getter]

Get the library name

Meta