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)
Undocumented in source.
this
this(string msg, string sharedLibName)
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(char[][] libNames, char[][] reasons)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta