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, size_t line, string file)
Undocumented in source.
this
this(string sharedLibName, string symbolName, size_t line, string file)
Undocumented in source.

Members

Functions

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

Meta