SharedLibLoadException

This exception is thrown when a shared library cannot be loaded because it is either missing or not on the system path.

Constructors

this
this(string msg, size_t line, string file)
Undocumented in source.
this
this(string msg, string sharedLibName, size_t line, string file)
Undocumented in source.

Members

Functions

sharedLibName
string sharedLibName()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

throwNew
void throwNew(string[] libNames, string[] reasons, size_t line, string file)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta