SymbolLoadException

This exception is thrown when a symbol cannot be loaded from a shared library, either because it does not exist in the library or because the library is corrupt.

Constructors

this
this(string msg)
Undocumented in source.
this
this(string sharedLibName, string symbolName)
Undocumented in source.

Members

Functions

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

Meta