C# Class clojure.lang.Compiler.AssemblyLoadException

Inheritance: System.Exception
Datei anzeigen Open project: clojure/clojure-clr

Public Methods

Method Description
AssemblyLoadException ( ) : System
AssemblyLoadException ( string msg ) : System
AssemblyLoadException ( string msg, Exception innerException ) : System

Protected Methods

Method Description
AssemblyLoadException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AssemblyLoadException() public method

public AssemblyLoadException ( ) : System
return System

AssemblyLoadException() protected method

protected AssemblyLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AssemblyLoadException() public method

public AssemblyLoadException ( string msg ) : System
msg string
return System

AssemblyLoadException() public method

public AssemblyLoadException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
return System