C# Class clojure.lang.Compiler.AssemblyLoadException

Inheritance: System.Exception
Afficher le fichier Open project: clojure/clojure-clr

Méthodes publiques

Méthode Description
AssemblyLoadException ( ) : System
AssemblyLoadException ( string msg ) : System
AssemblyLoadException ( string msg, Exception innerException ) : System

Méthodes protégées

Méthode Description
AssemblyLoadException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AssemblyLoadException() public méthode

public AssemblyLoadException ( ) : System
Résultat System

AssemblyLoadException() protected méthode

protected AssemblyLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AssemblyLoadException() public méthode

public AssemblyLoadException ( string msg ) : System
msg string
Résultat System

AssemblyLoadException() public méthode

public AssemblyLoadException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Résultat System