LibraryLoadException

LibraryLoadException is called when a system library fails to load.

class LibraryLoadException : Exception {}

Constructors

this
this(string library, string message)

Default constructor

Meta