Nemerle Documentation

LibraryReferenceException Class

The library reference exception is typically thrown when unable to load an assembly file.

For a list of all members of this type, see LibraryReferenceException Members.

System.Object
   System.Exception
      Nemerle.Compiler.LibraryReferenceException

public class LibraryReferenceException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Nemerle.Compiler

Assembly: Nemerle.Compiler (in Nemerle.Compiler)

See Also

LibraryReferenceException Members | Nemerle.Compiler Namespace